-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
65 lines (65 loc) · 1.12 KB
/
requirements.txt
File metadata and controls
65 lines (65 loc) · 1.12 KB
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
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements.in
#
astroid==2.13.4
# via pylint
boto3==1.26.60
# via metaflow
botocore==1.29.60
# via
# boto3
# s3transfer
certifi==2022.12.7
# via
# requests
# sentry-sdk
charset-normalizer==3.0.1
# via requests
dill==0.3.6
# via pylint
idna==3.4
# via requests
isort==5.12.0
# via pylint
jmespath==1.0.1
# via
# boto3
# botocore
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
metaflow==2.7.18
# via -r requirements.in
platformdirs==2.6.2
# via pylint
pylint==2.15.10
# via metaflow
python-dateutil==2.8.2
# via botocore
requests==2.28.2
# via metaflow
s3transfer==0.6.0
# via boto3
sentry-sdk==1.14.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via pylint
tomlkit==0.11.6
# via pylint
typing-extensions==4.4.0
# via
# astroid
# pylint
urllib3==1.26.14
# via
# botocore
# requests
# sentry-sdk
wrapt==1.14.1
# via astroid