Update requirements.txt (#2617)
* Update requirements.txt See: https://github.com/HelloZeroNet/ZeroNet/pull/2616#issuecomment-697341526
This commit is contained in:
parent
c0baf8b68d
commit
4b8dfc5114
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
gevent>=1.1.0; python_version < "3.8"
|
||||
gevent>=1.5.0; python_version >= "3.8"
|
||||
gevent==1.4.0; python_version <= "3.6"
|
||||
greenlet==0.4.16; python_version <= "3.6"
|
||||
gevent>=20.9.0; python_version >= "3.7"
|
||||
msgpack>=0.4.4
|
||||
base58
|
||||
merkletools
|
||||
|
|
Loading…
Reference in a new issue