Skip to content

Commit 3e76bf5

Browse files
SP-12206: update packages
1 parent 1bfcfb8 commit 3e76bf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"regula",
2525
],
2626
install_requires=[
27-
"certifi==2023.7.22",
28-
"python-dateutil==2.8.1",
29-
"six==1.15.0",
30-
"urllib3==1.26.5",
27+
"certifi>=2023.7.22",
28+
"python-dateutil>=2.8.1",
29+
"six>=1.15.0",
30+
"urllib3>=1.26.5",
3131
],
3232
packages=find_packages(exclude=["test", "tests", "example"]),
3333
include_package_data=True,

0 commit comments

Comments
 (0)