-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
84 lines (84 loc) · 1.66 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# This file was autogenerated by uv via the following command:
# uv pip compile -o requirements.txt pyproject.toml
baseplate==2.7.0
# via baseplate-uv-example (pyproject.toml)
boto3==1.35.39
# via baseplate
botocore==1.35.39
# via
# boto3
# s3transfer
certifi==2024.8.30
# via requests
charset-normalizer==3.4.0
# via requests
gevent==24.10.2
# via baseplate
greenlet==3.1.1
# via gevent
hupper==1.12.1
# via pyramid
idna==3.10
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
pastedeploy==3.1.0
# via plaster-pastedeploy
plaster==1.1.2
# via
# plaster-pastedeploy
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
posix-ipc==1.1.1
# via baseplate
prometheus-client==0.21.0
# via baseplate
pyramid==2.0.2
# via baseplate-uv-example (pyproject.toml)
python-dateutil==2.9.0.post0
# via botocore
python-json-logger==2.0.7
# via baseplate
requests==2.32.3
# via baseplate
s3transfer==0.10.3
# via boto3
setuptools==75.1.0
# via
# pyramid
# zope-deprecation
# zope-event
# zope-interface
six==1.16.0
# via
# python-dateutil
# thrift-unofficial
sqlalchemy==2.0.35
# via baseplate-uv-example (pyproject.toml)
thrift-unofficial==0.19.0
# via baseplate
translationstring==1.4
# via pyramid
typing-extensions==4.12.2
# via
# baseplate
# sqlalchemy
urllib3==2.2.3
# via
# botocore
# requests
venusian==3.1.0
# via pyramid
webob==1.8.8
# via pyramid
zope-deprecation==5.0
# via pyramid
zope-event==5.0
# via gevent
zope-interface==7.1.0
# via
# gevent
# pyramid