-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements-dev.txt
36 lines (34 loc) · 1.27 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
aniso8601==9.0.1; python_version >= '3.5'
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'
flake8==4.0.1
flask-restx==0.5.1
flask==2.0.2
isort==5.10.1
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.3; python_version >= '3.6'
jsonschema==4.4.0; python_version >= '3.7'
markupsafe==2.0.1; python_version >= '3.6'
mccabe==0.6.1
mypy-extensions==0.4.3
mypy==0.931
pathspec==0.9.0
platformdirs==2.4.1; python_version >= '3.7'
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'
pyrsistent==0.18.1; python_version >= '3.7'
pytz==2021.3
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==1.2.3; python_version >= '3.6'
typing-extensions==4.0.1; python_version >= '3.6'
werkzeug==2.0.2; python_version >= '3.6'