forked from cruxinformatics/crux-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
76 lines (76 loc) · 3.31 KB
/
requirements-dev.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
-i https://pypi.org/simple
alabaster==0.7.12
appdirs==1.4.4
argcomplete==1.11.1
astroid==2.4.2; python_version >= '3.5'
attrs==19.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
babel==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
black==19.10b0
bleach==3.1.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2020.4.5.2
chardet==3.0.4
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
colorlog==4.1.0
commonmark==0.9.1
distlib==0.3.0
docutils==0.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
enum34==1.1.10; python_version < '3.4'
filelock==3.0.12
flake8-import-order==0.18.1
flake8==3.8.3
google-resumable-media[requests]==0.5.1
idna==2.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
imagesize==1.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==1.6.1; python_version == '3.7' and python_version < '3.8'
isort==4.3.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jinja2==2.11.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
keyring==21.2.1; python_version >= '3.6'
lazy-object-proxy==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
mccabe==0.6.1
more-itertools==8.4.0; python_version >= '3.5'
mypy-extensions==0.4.3
mypy==0.780
nox==2020.5.24
packaging==20.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pathspec==0.8.0
pbr==5.4.5
pkginfo==1.5.0.1
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycodestyle==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyflakes==2.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pygments==2.6.1; python_version >= '3.5'
pylint==2.5.3
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytest==5.4.3
python-dateutil==2.8.1
pytz==2020.1
readme-renderer==26.0
recommonmark==0.6.0
regex==2020.6.8
requests-toolbelt==0.9.1
requests==2.24.0
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
snowballstemmer==2.0.0
sphinx==2.4.4
sphinxcontrib-apidoc==0.3.0
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5'
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5'
sphinxcontrib-htmlhelp==1.0.3; python_version >= '3.5'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.4; python_version >= '3.5'
toml==0.10.1
tqdm==4.46.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
twine==3.1.1
typed-ast==1.4.1; python_version < '3.8' and implementation_name == 'cpython'
typing-extensions==3.7.4.2
typing==3.7.4.1; python_version < '3.5'
urllib3==1.25.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
virtualenv==20.0.23; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
wcwidth==0.2.4
webencodings==0.5.1
wheel==0.34.2
wrapt==1.12.1
zipp==3.1.0; python_version >= '3.6'