Skip to content

Commit 3d382cc

Browse files
Merge pull request akelch#5 from sveneberth/chore/change_versions
chore: Change pip version from exact to minimum conditions
2 parents 26b6d0f + 4933559 commit 3d382cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ package_dir =
1919
packages = find:
2020
python_requires = >=3.8
2121
install_requires =
22-
werkzeug==2.3.7
23-
pyyaml==6.0
24-
gunicorn==21.2.0
25-
fs==2.4.16
26-
grpcio==1.58.0
22+
werkzeug~=2.3.7
23+
pyyaml~=6.0
24+
gunicorn~=21.2.0
25+
fs~=2.4.16
26+
grpcio>=1.58.0
2727

2828
[options.packages.find]
2929
where = src

0 commit comments

Comments
 (0)