This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
requirements-dev.txt
116 lines (116 loc) · 2.13 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
aniso8601==8.0.0
apipkg==1.5
appdirs==1.4.3
appnope==0.1.0; sys_platform == "darwin"
astroid==2.3.3
atomicwrites==1.3.0; sys_platform == "win32"
attrs==19.3.0
autopep8==1.5.1
backcall==0.1.0
bandit==1.6.2
bcrypt==3.1.7
black==19.10b0
blinker==1.4
certifi==2020.4.5.1
cffi==1.14.0
cfgv==3.1.0
chardet==3.0.4
click==7.1.1
codecov==2.0.22
colorama==0.4.3; platform_system == "Windows" or sys_platform == "win32"
coverage==5.1
decorator==4.4.2
distlib==0.3.0
entrypoints==0.3
execnet==1.7.1
filelock==3.0.12
flake8==3.7.9
flake8-black==0.1.1
flask==1.1.2
flask-cors==3.0.8
flask-injector==0.12.3
flask-jwt-extended==3.24.1
flask-mail==0.9.1
flask-restful==0.3.8
flask-restplus==0.13.0
flask-sqlalchemy==2.4.1
gitdb==4.0.4
gitpython==3.1.1
gunicorn==20.0.4
identify==1.4.14
idna==2.9
injector==0.18.3
ipython==7.13.0
ipython-genutils==0.2.0
isort==4.3.21
itsdangerous==1.1.0
jedi==0.16.0
jinja2==2.11.1
jsonschema==3.2.0
jupyter-core==4.6.3
lazy-object-proxy==1.4.3
markupsafe==1.1.1
mccabe==0.6.1
more-itertools==8.2.0
multidict==4.7.5; python_version >= "3.6"
mypy==0.770
mypy-extensions==0.4.3
nb-black==1.0.7
nbformat==5.0.5
nbstripout==0.3.7
nodeenv==1.3.5
numpy==1.18.2
packaging==20.3
parso==0.6.2
pathspec==0.8.0
pbr==5.4.5
pexpect==4.8.0; sys_platform != "win32"
pickleshare==0.7.5
pluggy==0.13.1
pre-commit==2.2.0
prompt-toolkit==3.0.5
psycopg2-binary==2.8.5
ptyprocess==0.6.0; sys_platform != "win32"
py==1.8.1
pycodestyle==2.5.0
pycparser==2.20
pydocstyle==5.0.2
pyflakes==2.1.1
pygments==2.6.1
pyjwt==1.7.1
pylint==2.4.4
pylint-flask==0.6
pylint-plugin-utils==0.6
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==5.4.1
pytest-cov==2.8.1
pytest-forked==1.1.3
pytest-mock==3.0.0
pytest-vcr==1.0.2
pytest-xdist==1.31.0
python-dotenv==0.12.0
pytz==2019.3
pywin32==227; sys_platform == "win32"
pyyaml==5.3.1
regex==2020.4.4
requests==2.23.0
scipy==1.4.1
six==1.14.0
smmap==3.0.2
snowballstemmer==2.0.0
sqlalchemy==1.3.16
sqlalchemy-stubs==0.3
stevedore==1.32.0
toml==0.10.0
tox==3.14.6
traitlets==4.3.3
typed-ast==1.4.1
typing-extensions==3.7.4.2
urllib3==1.25.8
vcrpy==4.0.2
virtualenv==20.0.17
wcwidth==0.1.9
werkzeug==1.0.1
wrapt==1.11.2
yarl==1.4.2; python_version >= "3.6"