Skip to content

Commit 626ee82

Browse files
requirements.txt
1 parent 95e6650 commit 626ee82

File tree

1 file changed

+52
-21
lines changed

1 file changed

+52
-21
lines changed

requirements.txt

Lines changed: 52 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,92 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=./requirements.txt --pre ./requirements.in
5+
# pip-compile --output-file=requirements.txt requirements-internal.in requirements.in
66
#
7-
aiohappyeyeballs==2.*,>=2.6.1
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.*,>=3.12.15
9+
aiohttp==3.12.15
1010
# via wslink
11-
aiosignal==1.*,>=1.4.0
11+
aiosignal==1.4.0
1212
# via aiohttp
13-
attrs==25.*,>=25.3.0
13+
attrs==25.3.0
1414
# via aiohttp
15-
contourpy==1.*,>=1.3.3
15+
blinker==1.9.0
16+
# via flask
17+
click==8.3.0
18+
# via flask
19+
contourpy==1.3.3
1620
# via matplotlib
17-
cycler==0.*,>=0.12.1
21+
cycler==0.12.1
1822
# via matplotlib
19-
fonttools==4.*,>=4.60.1
23+
fastjsonschema==2.21.1
24+
# via opengeodeweb-microservice
25+
flask==3.1.2
26+
# via flask-sqlalchemy
27+
flask-sqlalchemy==3.1.1
28+
# via opengeodeweb-microservice
29+
fonttools==4.60.1
2030
# via matplotlib
21-
frozenlist==1.*,>=1.7.0
31+
frozenlist==1.7.0
2232
# via
2333
# aiohttp
2434
# aiosignal
35+
greenlet==3.2.4
36+
# via sqlalchemy
2537
idna==3.10
2638
# via yarl
27-
kiwisolver==1.4.10rc0
39+
itsdangerous==2.2.0
40+
# via flask
41+
jinja2==3.1.6
42+
# via flask
43+
kiwisolver==1.4.9
2844
# via matplotlib
29-
matplotlib==3.*,>=3.10.6
45+
markupsafe==3.0.3
46+
# via
47+
# flask
48+
# jinja2
49+
# werkzeug
50+
matplotlib==3.10.6
3051
# via vtk
31-
multidict==6.*,>=6.6.4
52+
multidict==6.6.4
3253
# via
3354
# aiohttp
3455
# yarl
35-
numpy==2.*,>=2.3.3
56+
numpy==2.3.3
3657
# via
3758
# contourpy
3859
# matplotlib
60+
opengeodeweb-microservice==1.0.0
61+
# via -r requirements-internal.in
3962
packaging==25.0
4063
# via matplotlib
41-
pillow==11.*,>=11.3.0
64+
pillow==11.3.0
4265
# via matplotlib
43-
propcache==0.*,>=0.3.2
66+
propcache==0.3.2
4467
# via
4568
# aiohttp
4669
# yarl
47-
pyparsing==3.3.0a1
70+
pyparsing==3.2.5
4871
# via matplotlib
4972
python-dateutil==2.9.0.post0
5073
# via matplotlib
51-
six==1.*,>=1.17.0
74+
six==1.17.0
5275
# via python-dateutil
53-
typing-extensions==4.*,>=4.15.0
54-
# via aiosignal
76+
sqlalchemy==2.0.43
77+
# via
78+
# flask-sqlalchemy
79+
# opengeodeweb-microservice
80+
typing-extensions==4.15.0
81+
# via
82+
# aiosignal
83+
# sqlalchemy
5584
vtk==9.5.2
5685
# via -r requirements.in
57-
websocket-client==1.*,>=1.8.0
86+
websocket-client==1.8.0
5887
# via -r requirements.in
88+
werkzeug==3.1.3
89+
# via flask
5990
wslink==1.12.4
6091
# via -r requirements.in
61-
yarl==1.*,>=1.20.1
92+
yarl==1.20.1
6293
# via aiohttp

0 commit comments

Comments
 (0)