-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall.txt
More file actions
160 lines (160 loc) · 3.07 KB
/
install.txt
File metadata and controls
160 lines (160 loc) · 3.07 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/install.txt --pip-args=None pyproject.toml
#
alembic==1.14.0
# via bemserver-core
amqp==5.3.1
# via kombu
apispec[marshmallow]==6.9.0
# via
# bemserver-api (pyproject.toml)
# flask-smorest
argon2-cffi==23.1.0
# via bemserver-core
argon2-cffi-bindings==21.2.0
# via argon2-cffi
async-timeout==5.0.1
# via redis
authlib==1.4.0
# via bemserver-api (pyproject.toml)
bemserver-core==0.21.0
# via bemserver-api (pyproject.toml)
billiard==4.2.1
# via celery
blinker==1.9.0
# via flask
celery==5.4.0
# via bemserver-core
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
# argon2-cffi-bindings
# cryptography
# oso
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
# bemserver-core
# celery
# click-didyoumean
# click-plugins
# click-repl
# flask
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==44.0.1
# via authlib
flask==3.1.2
# via
# bemserver-api (pyproject.toml)
# flask-smorest
flask-smorest==0.46.2
# via bemserver-api (pyproject.toml)
flexcache==0.3
# via pint
flexparser==0.4
# via pint
greenlet==3.1.1
# via sqlalchemy
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
kombu==5.4.2
# via celery
mako==1.3.8
# via alembic
markupsafe==3.0.2
# via
# flask
# jinja2
# mako
# werkzeug
marshmallow==4.1.0
# via
# apispec
# bemserver-api (pyproject.toml)
# flask-smorest
# marshmallow-sqlalchemy
# webargs
marshmallow-sqlalchemy==1.1.1
# via bemserver-api (pyproject.toml)
numpy==2.0.2
# via pandas
oso==0.27.3
# via bemserver-core
packaging==24.2
# via
# apispec
# webargs
pandas==2.2.3
# via bemserver-core
pint==0.24.4
# via bemserver-core
platformdirs==4.3.6
# via pint
prompt-toolkit==3.0.48
# via click-repl
psycopg==3.2.3
# via bemserver-core
pycparser==2.22
# via cffi
python-dateutil==2.9.0.post0
# via
# celery
# pandas
python-dotenv==1.0.1
# via bemserver-api (pyproject.toml)
pytz==2024.2
# via pandas
redis==4.6.0
# via bemserver-core
requests==2.32.3
# via bemserver-core
six==1.17.0
# via python-dateutil
sqlalchemy==2.0.36
# via
# alembic
# bemserver-api (pyproject.toml)
# bemserver-core
# marshmallow-sqlalchemy
typing-extensions==4.12.2
# via
# alembic
# flexcache
# flexparser
# pint
# psycopg
# sqlalchemy
tzdata==2024.2
# via
# celery
# kombu
# pandas
urllib3==2.3.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.13
# via prompt-toolkit
webargs==8.6.0
# via flask-smorest
werkzeug==3.1.3
# via
# flask
# flask-smorest