-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
31 lines (31 loc) · 1.34 KB
/
Copy pathrequirements-dev.txt
File metadata and controls
31 lines (31 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-i https://pypi.org/simple
astroid==2.9.3; python_full_version >= '3.6.2'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
black==21.12b0
click==8.0.3; python_version >= '3.6'
distlib==0.3.4
filelock==3.4.2; python_version >= '3.7'
flake8==4.0.1
iniconfig==1.1.1
isort==5.10.1
lazy-object-proxy==1.7.1; python_version >= '3.6'
mccabe==0.6.1
mypy-extensions==0.4.3
mypy==0.931
packaging==21.3; python_version >= '3.6'
pathspec==0.9.0
platformdirs==2.4.1; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyflakes==2.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pylint==2.12.2
pyparsing==3.0.6; python_version >= '3.6'
pytest==6.2.5
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
tomli==1.2.3; python_version >= '3.6'
tox==3.24.5
typing-extensions==4.0.1; python_version < '3.10' and python_version < '3.10'
virtualenv==20.13.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'