Skip to content

Commit f0f6210

Browse files
author
Miron Moderau
committed
Split requirements-dev.txt from requirements.txt
All pytest and types requirements are moved. Also, the pip bug comment is made more explanatory.
1 parent 468dfcc commit f0f6210

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

requirements-dev.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-r requirements.txt
2+
pytest==5.2.2
3+
pytest-asyncio==0.10.0
4+
pytest-mock==1.10.3
5+
pytest-mypy==0.4.1
6+
pytest-flakes==4.0.0
7+
types-certifi==2020.4.0

requirements.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
-e .
2-
pytest==5.2.2
3-
pytest-asyncio==0.10.0
4-
pytest-mock==1.10.3
5-
pytest-mypy==0.4.1
6-
pytest-flakes==4.0.0
7-
# because of pip bug https://github.com/pypa/pip/issues/4780
2+
# Copied from setup.py because of a pip bug
3+
# see https://github.com/pypa/pip/issues/4780
84
aiohttp==3.5.4
95
certifi==2019.3.9
10-
types-certifi==2020.4.0
116
psutil==5.6.6; sys_platform == 'darwin'
7+
# End of copy from setup.py

0 commit comments

Comments
 (0)