Merge pull request #2510 from filips123/patch-1
Use Gevent prerelease for Python 3.8
This commit is contained in:
commit
8ffd8d7a3e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
gevent>=1.1.0; python_version < "3.8"
|
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
|
msgpack>=0.4.4
|
||||||
base58
|
base58
|
||||||
merkletools
|
merkletools
|
||||||
|
|
Loading…
Reference in a new issue