Skip to content

Commit 3651b45

Browse files
limit urllib3 sub-dependency
* dropped python <=3.6 * incompatibility with vcrpy
1 parent 828c3c6 commit 3651b45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
six>=1.10.0
22
pycryptodomex>=3.7.0
33
requests>=2.9.1
4+
urllib3<2
45
vdf>=3.3
56
gevent>=1.3.0
67
protobuf~=3.0; python_version >= '3'

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'six>=1.10',
1818
'pycryptodomex>=3.7.0',
1919
'requests>=2.9.1',
20+
'urllib3<2',
2021
'vdf>=3.3',
2122
'cachetools>=3.0.0',
2223
"win-inet-pton; python_version == '2.7' and sys_platform == 'win32'",

0 commit comments

Comments
 (0)