Browse Source
Lifting protobuf upper version limit for Python 3, per PR comment
pull/359/head
Tim Jensen
4 years ago
No known key found for this signature in database
GPG Key ID: AF7622AC8D9CB25E
1 changed files with
2 additions and
1 deletions
-
requirements.txt
|
|
@ -3,7 +3,8 @@ pycryptodomex>=3.7.0 |
|
|
|
requests>=2.9.1 |
|
|
|
vdf>=3.3 |
|
|
|
gevent>=1.3.0 |
|
|
|
protobuf>=3.0.0,<3.18.0 |
|
|
|
protobuf>~3.0; python_version >= '3' |
|
|
|
protobuf<3.18.0; python_version < '3' |
|
|
|
gevent-eventemitter~=2.1 |
|
|
|
cachetools>=3.0.0 |
|
|
|
enum34==1.1.2; python_version < '3.4' |
|
|
|