Skip to content

Commit

Permalink
Merge pull request akelch#5 from sveneberth/chore/change_versions
Browse files Browse the repository at this point in the history
chore: Change pip version from exact to minimum conditions
  • Loading branch information
ArneGudermann authored Dec 7, 2023
2 parents 26b6d0f + 4933559 commit 3d382cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
werkzeug==2.3.7
pyyaml==6.0
gunicorn==21.2.0
fs==2.4.16
grpcio==1.58.0
werkzeug~=2.3.7
pyyaml~=6.0
gunicorn~=21.2.0
fs~=2.4.16
grpcio>=1.58.0

[options.packages.find]
where = src
Expand Down

0 comments on commit 3d382cc

Please sign in to comment.