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 294ab55 commit 3394b4dCopy full SHA for 3394b4d
setup.py
@@ -3,13 +3,13 @@
3
from setuptools import find_packages, setup
4
from setuptools.command.test import test as TestCommand
5
6
-requests = "requests>=2.3.0,<3"
+requests = "requests>=2.22.0,<3"
7
8
install_requires = [
9
"pycryptodomex==3.8.1",
10
requests,
11
"pyjwt==1.7.1",
12
- "six>=1.8.0",
+ "six>=1.12.0",
13
]
14
long_description = open("README.md", "r").read()
15
tests_require = ["pytest"]
0 commit comments