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 fabf3e1 commit b896455Copy full SHA for b896455
setup.py
@@ -6,7 +6,7 @@
6
requests = "requests>=2.22.0,<3"
7
8
install_requires = [
9
- "pycryptodomex==3.8.1",
+ "pycryptodomex>=3.8.1,<4",
10
requests,
11
"pyjwt==1.7.1",
12
"six>=1.12.0",
0 commit comments