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:
parent
03a9f2c490
commit
8616af3f2e
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue