Remove dev requirements for Python 3.6

pull/2379/head
grossmj 3 weeks ago
parent 46a9fdb61d
commit 7030dadbcb
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

@ -1,8 +1,6 @@
-rrequirements.txt
pytest==7.2.0; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7' # v7.0.1 is the last version to support Python 3.6
pytest==7.2.0
flake8==5.0.4
pytest-timeout==2.1.0
pytest-aiohttp==1.0.4; python_version >= '3.7'
pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6
pytest-aiohttp==1.0.4

Loading…
Cancel
Save