-
Notifications
You must be signed in to change notification settings - Fork 5
/
requirements.dev.txt
118 lines (118 loc) · 2.37 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
appdirs==1.4.4
appnope==0.1.0; sys_platform == "darwin" or platform_system == "Darwin"
aspy.yaml==1.3.0
astroid==2.4.2
atomicwrites==1.4.0; sys_platform == "win32"
attrs==19.3.0
autopep8==1.5.3
backcall==0.2.0
bandit==1.6.2
black==19.10b0
bleach==3.1.5
certifi==2020.6.20
cffi==1.14.0; sys_platform == "linux"
cfgv==3.1.0
chardet==3.0.4
click==7.1.2
codacy-coverage==1.3.11
codecov==2.1.7
colorama==0.4.3; platform_system == "Windows" or sys_platform == "win32"
coverage==5.1
cryptography==2.9.2; sys_platform == "linux"
decorator==4.4.2
defusedxml==0.6.0
distlib==0.3.0
docutils==0.16
entrypoints==0.3
filelock==3.0.12
flake8==3.8.3
flake8-black==0.1.2
gitdb==4.0.5
gitpython==3.1.3
identify==1.4.19
idna==2.9
ipykernel==5.3.0
ipython==7.15.0
ipython-genutils==0.2.0
isort==4.3.21
jedi==0.17.1
jeepney==0.4.3; sys_platform == "linux"
jinja2==2.11.2
json5==0.9.5
jsonschema==3.2.0
jupyter-client==6.1.3
jupyter-core==4.6.3
jupyterlab==1.2.16
jupyterlab-server==1.1.5
keyring==21.2.1
lazy-object-proxy==1.4.3
markupsafe==1.1.1
mccabe==0.6.1
mistune==0.8.4
more-itertools==8.4.0
multidict==4.7.6; python_version >= "3.6"
mypy==0.761
mypy-extensions==0.4.3
nbconvert==5.6.1
nbformat==5.0.7
nodeenv==1.4.0
notebook==6.0.3
packaging==20.4
pandocfilters==1.4.2
parso==0.7.0
pathspec==0.8.0
pbr==5.4.5
pexpect==4.8.0; sys_platform != "win32"
pickleshare==0.7.5
pkginfo==1.5.0.1
pluggy==0.13.1
pre-commit==1.21.0
prometheus-client==0.8.0
prompt-toolkit==3.0.5
ptyprocess==0.6.0; sys_platform != "win32" or os_name != "nt"
py==1.8.2
pycodestyle==2.6.0
pycparser==2.20; sys_platform == "linux"
pydocstyle==5.0.2
pyflakes==2.2.0
pygments==2.6.1
pylint==2.5.3
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==5.4.3
pytest-cov==2.10.0
pytest-vcr==1.0.2
python-dateutil==2.8.1
python-dotenv==0.10.5
pywin32==228; sys_platform == "win32"
pywin32-ctypes==0.2.0; sys_platform == "win32"
pywinpty==0.5.7; os_name == "nt"
pyyaml==5.3.1
pyzmq==19.0.1
readme-renderer==26.0
regex==2020.6.8
requests==2.24.0
requests-toolbelt==0.9.1
secretstorage==3.1.2; sys_platform == "linux"
send2trash==1.5.0
six==1.15.0
smmap==3.0.4
snowballstemmer==2.0.0
stevedore==2.0.0
terminado==0.8.3
testpath==0.4.4
toml==0.10.1
tornado==6.0.4
tox==3.15.2
tqdm==4.46.1
traitlets==4.3.3
twine==3.1.1
typed-ast==1.4.1
typing-extensions==3.7.4.2
urllib3==1.25.9
vcrpy==4.0.2
virtualenv==20.0.23
wcwidth==0.2.4
webencodings==0.5.1
wrapt==1.12.1
yarl==1.4.2; python_version >= "3.6"