We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828c3c6 commit 3651b45Copy full SHA for 3651b45
requirements.txt
@@ -1,6 +1,7 @@
1
six>=1.10.0
2
pycryptodomex>=3.7.0
3
requests>=2.9.1
4
+urllib3<2
5
vdf>=3.3
6
gevent>=1.3.0
7
protobuf~=3.0; python_version >= '3'
setup.py
@@ -17,6 +17,7 @@
17
'six>=1.10',
18
'pycryptodomex>=3.7.0',
19
'requests>=2.9.1',
20
+ 'urllib3<2',
21
'vdf>=3.3',
22
'cachetools>=3.0.0',
23
"win-inet-pton; python_version == '2.7' and sys_platform == 'win32'",
0 commit comments