Merge pull request #188 from zeronet-conservancy/clean_requirements

remove mention of python-3.6 in requirements.txt
This commit is contained in:
caryoscelus 2022-12-03 12:10:10 +00:00 committed by GitHub
commit 6e78ca23d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
gevent==1.4.0; python_version <= "3.6"
greenlet==0.4.16; python_version <= "3.6"
gevent>=20.9.0; python_version >= "3.7"
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
gevent>=20.9.0
msgpack>=0.4.4
base58
merkletools
@ -14,4 +13,3 @@ maxminddb
rich
defusedxml>=0.7
pyaes
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability