-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
30 lines (15 loc) · 902 Bytes
/
requirements_dev.txt
File metadata and controls
30 lines (15 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-i https://pypi.org/simple
atomicwrites==1.4.0; sys_platform == 'win32'
attrs==20.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
colorama==0.4.3; sys_platform == 'win32'
coverage==5.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
iniconfig==1.0.1
more-itertools==8.5.0; python_version >= '3.5'
packaging==20.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
pytest-cov==2.10.1
pytest==6.0.1; python_version >= '3.5'
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
toml==0.10.1