We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b88b4 commit 5173a01Copy full SHA for 5173a01
1 file changed
setup.cfg
@@ -22,8 +22,8 @@ package_dir =
22
packages = find:
23
python_requires = >=3.5
24
install_requires =
25
- requests == 2.26.0
26
- xmltodict == 0.12.0
+ requests >=2.27.1
+ xmltodict >=0.12.0
27
28
[options.packages.find]
29
where =
0 commit comments