Merge pull request #188 from zeronet-conservancy/clean_requirements
remove mention of python-3.6 in requirements.txt
This commit is contained in:
commit
6e78ca23d6
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
gevent==1.4.0; python_version <= "3.6"
|
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
greenlet==0.4.16; python_version <= "3.6"
|
gevent>=20.9.0
|
||||||
gevent>=20.9.0; python_version >= "3.7"
|
|
||||||
msgpack>=0.4.4
|
msgpack>=0.4.4
|
||||||
base58
|
base58
|
||||||
merkletools
|
merkletools
|
||||||
|
@ -14,4 +13,3 @@ maxminddb
|
||||||
rich
|
rich
|
||||||
defusedxml>=0.7
|
defusedxml>=0.7
|
||||||
pyaes
|
pyaes
|
||||||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
||||||
|
|
Loading…
Reference in a new issue