remove mention of python-3.6 in requirements.txt

after analyzing the old version of requirements.txt, it becomes
obvious that any real python 3.6.X versions would fail to
install required package, and since no one complained that means
there are no <py3.7 users now
This commit is contained in:
caryoscelus 2022-12-01 15:27:55 +00:00
parent 03a9f2c490
commit 8616af3f2e

View file

@ -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