-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements-dev.txt
68 lines (66 loc) · 2.7 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
#
# 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==22.1.0
certifi==2021.10.8
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
charset-normalizer==2.0.10; python_version >= '3'
click==8.0.3; python_version >= '3.6'
coverage==6.3.1
debian-inspector==30.0.0; python_version >= '3.6' and python_version < '4'
distlib==0.3.4
docker==5.0.3; python_version >= '3.6'
dockerfile-parse==1.2.0
filelock==3.5.1; python_version >= '3.7'
flake8==4.0.1
flask-restx==0.5.1
flask==2.0.3
gitdb==4.0.9; python_version >= '3.6'
gitpython==3.1.26; python_version >= '3.7'
idna==3.3; python_version >= '3'
iniconfig==1.1.1
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
packageurl-python==0.9.6; python_version >= '3.6'
packaging==21.3; python_version >= '3.6'
pathspec==0.9.0
pbr==5.8.0; python_version >= '2.6'
platformdirs==2.5.0; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
prettytable==3.0.0; python_version >= '3.7'
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'
pyparsing==3.0.7; python_version >= '3.6'
pyrsistent==0.18.1; python_version >= '3.7'
pytest==7.0.1
pytz==2021.3
pyyaml==6.0; python_version >= '3.6'
regex==2022.1.18
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
smmap==5.0.0; python_version >= '3.6'
stevedore==3.5.0; python_version >= '3.6'
tern==2.9.1
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1; python_version >= '3.7'
tox==3.24.5
typing-extensions==4.1.1; python_version < '3.10'
urllib3==1.26.8; 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.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wcwidth==0.2.5
websocket-client==1.2.3; python_version >= '3.6'
werkzeug==2.0.3; python_version >= '3.6'