Skip to content

Commit 7a135ba

Browse files
Update requires
1 parent 814e51a commit 7a135ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
data_files = data_files,
3232
scripts=[],
3333
install_requires=[
34-
"pycparser==2.19",
35-
"pycryptodome==3.7.2",
36-
"PyJWT==2.1.0",
37-
"python-dateutil==2.7.5",
38-
"requests==2.21.0",
39-
"websockets==9.1",
40-
"cryptography==3.4.7",
34+
"pycparser>=2.19",
35+
"pycryptodome>=3.7.2",
36+
"PyJWT>=2.1.0",
37+
"python-dateutil>=2.7.5",
38+
"requests>=2.21.0",
39+
"websockets>=9.1",
40+
"cryptography>=3.4.7",
4141
"httpx"
4242
],
4343
tests_require=['pytest'],

0 commit comments

Comments
 (0)