Skip to content

Commit ee1c06f

Browse files
Merge branch 'next' into fix/refactor_kill
2 parents 364b16b + 95975e1 commit ee1c06f

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

requirements.txt

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ contourpy~=1.0
1616
# via matplotlib
1717
cycler~=0.0
1818
# via matplotlib
19+
fastjsonschema~=2.0
20+
# via opengeodeweb-microservice
21+
flask~=3.0
22+
# via
23+
# flask-sqlalchemy
24+
# opengeodeweb-microservice
25+
flask-sqlalchemy~=3.0
26+
# via opengeodeweb-microservice
1927
fonttools~=4.0
2028
# via matplotlib
2129
frozenlist~=1.0
@@ -36,6 +44,8 @@ numpy~=2.0
3644
# via
3745
# contourpy
3846
# matplotlib
47+
opengeodeweb-microservice~=1.0
48+
# via -r requirements-internal.in
3949
packaging~=25.0
4050
# via matplotlib
4151
pillow~=11.0
@@ -50,13 +60,24 @@ python-dateutil==2.9.0.post0
5060
# via matplotlib
5161
six~=1.0
5262
# via python-dateutil
53-
typing-extensions==4.15.0
54-
# via aiosignal
55-
vtk~=9.0
63+
sqlalchemy~=2.0
64+
# via
65+
# flask-sqlalchemy
66+
# opengeodeweb-microservice
67+
typing-extensions~=4.0
68+
# via
69+
# aiosignal
70+
# opengeodeweb-microservice
71+
# sqlalchemy
72+
vtk==9.5.2
5673
# via -r requirements.in
57-
websocket-client==1.8.0
74+
websocket-client~=1.0
5875
# via -r requirements.in
59-
wslink~=1.0
76+
werkzeug~=3.0
77+
# via
78+
# flask
79+
# opengeodeweb-microservice
80+
wslink==1.12.4
6081
# via -r requirements.in
6182
yarl~=1.0
6283
# via aiohttp

0 commit comments

Comments
 (0)