-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
42 lines (41 loc) · 1.65 KB
/
requirements.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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-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'
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'
debian-inspector==30.0.0; python_version >= '3.6' and python_version < '4'
docker==5.0.3; python_version >= '3.6'
dockerfile-parse==1.2.0
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'
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'
packageurl-python==0.9.6; python_version >= '3.6'
pbr==5.8.0; python_version >= '2.6'
prettytable==3.0.0; python_version >= '3.7'
pyrsistent==0.18.1; python_version >= '3.7'
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
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'
wcwidth==0.2.5
websocket-client==1.2.3; python_version >= '3.6'
werkzeug==2.0.3; python_version >= '3.6'