Merge pull request #2510 from filips123/patch-1

Use Gevent prerelease for Python 3.8
This commit is contained in:
ZeroNet 2020-04-08 21:38:43 +02:00 committed by GitHub
commit 8ffd8d7a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
gevent>=1.1.0; python_version < "3.8"
https://github.com/gevent/gevent/archive/master.zip; python_version >= "3.8"
gevent>=1.5.0a2; python_version >= "3.8"
msgpack>=0.4.4
base58
merkletools