Split requirements-dev.txt from requirements.txt

All pytest and types requirements are moved.
Also, the pip bug comment is made more explanatory.
This commit is contained in:
Miron Moderau
2021-09-08 15:33:18 +02:00
parent 468dfcc60d
commit f0f6210c3e
2 changed files with 10 additions and 7 deletions

7
requirements-dev.txt Normal file
View File

@@ -0,0 +1,7 @@
-r requirements.txt
pytest==5.2.2
pytest-asyncio==0.10.0
pytest-mock==1.10.3
pytest-mypy==0.4.1
pytest-flakes==4.0.0
types-certifi==2020.4.0

View File

@@ -1,11 +1,7 @@
-e .
pytest==5.2.2
pytest-asyncio==0.10.0
pytest-mock==1.10.3
pytest-mypy==0.4.1
pytest-flakes==4.0.0
# because of pip bug https://github.com/pypa/pip/issues/4780
# Copied from setup.py because of a pip bug
# see https://github.com/pypa/pip/issues/4780
aiohttp==3.5.4
certifi==2019.3.9
types-certifi==2020.4.0
psutil==5.6.6; sys_platform == 'darwin'
# End of copy from setup.py