-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
68 lines (68 loc) · 1.3 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
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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
boto3==1.26.132
# via -r requirements.in
botocore==1.29.132
# via
# boto3
# s3transfer
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
cryptography==40.0.2
# via pyopenssl
ecs-logging==2.0.0
# via -r requirements.in
edgegrid-python==1.3.1
# via -r requirements.in
idna==3.4
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
ndg-httpsclient==0.5.1
# via edgegrid-python
pyasn1==0.5.0
# via
# edgegrid-python
# ndg-httpsclient
pycparser==2.21
# via cffi
pydantic[dotenv]==1.10.7
# via -r requirements.in
pyopenssl==23.1.1
# via
# edgegrid-python
# ndg-httpsclient
python-dateutil==2.8.2
# via botocore
python-dotenv==1.0.0
# via pydantic
requests==2.30.0
# via
# -r requirements.in
# edgegrid-python
# requests-toolbelt
requests-toolbelt==1.0.0
# via edgegrid-python
s3transfer==0.6.1
# via boto3
six==1.16.0
# via python-dateutil
structlog==23.1.0
# via -r requirements.in
typing-extensions==4.5.0
# via pydantic
urllib3==1.26.15
# via
# botocore
# edgegrid-python
# requests