We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfcfb8 commit 3e76bf5Copy full SHA for 3e76bf5
setup.py
@@ -24,10 +24,10 @@
24
"regula",
25
],
26
install_requires=[
27
- "certifi==2023.7.22",
28
- "python-dateutil==2.8.1",
29
- "six==1.15.0",
30
- "urllib3==1.26.5",
+ "certifi>=2023.7.22",
+ "python-dateutil>=2.8.1",
+ "six>=1.15.0",
+ "urllib3>=1.26.5",
31
32
packages=find_packages(exclude=["test", "tests", "example"]),
33
include_package_data=True,
0 commit comments