Skip to content

Commit e31894a

Browse files
Apply prepare changes
1 parent 7c913bf commit e31894a

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

requirements.txt

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements.txt --pip-args=None requirements-internal.in requirements.in
5+
# pip-compile --output-file=./requirements.txt --pre ./requirements.in
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
@@ -12,41 +12,20 @@ aiosignal==1.4.0
1212
# via aiohttp
1313
attrs==25.3.0
1414
# via aiohttp
15-
blinker==1.9.0
16-
# via flask
17-
click==8.3.0
18-
# via flask
1915
contourpy==1.3.3
2016
# via matplotlib
2117
cycler==0.12.1
2218
# via matplotlib
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
2919
fonttools==4.60.0
3020
# via matplotlib
3121
frozenlist==1.7.0
3222
# via
3323
# aiohttp
3424
# aiosignal
35-
greenlet==3.2.4
36-
# via sqlalchemy
3725
idna==3.10
3826
# via yarl
39-
itsdangerous==2.2.0
40-
# via flask
41-
jinja2==3.1.6
42-
# via flask
43-
kiwisolver==1.4.9
27+
kiwisolver==1.4.10rc0
4428
# via matplotlib
45-
markupsafe==3.0.2
46-
# via
47-
# flask
48-
# jinja2
49-
# werkzeug
5029
matplotlib==3.10.6
5130
# via vtk
5231
multidict==6.6.4
@@ -57,8 +36,6 @@ numpy==2.3.3
5736
# via
5837
# contourpy
5938
# matplotlib
60-
opengeodeweb-microservice==1.0.0
61-
# via -r requirements-internal.in
6239
packaging==25.0
6340
# via matplotlib
6441
pillow==11.3.0
@@ -73,20 +50,12 @@ python-dateutil==2.9.0.post0
7350
# via matplotlib
7451
six==1.17.0
7552
# via python-dateutil
76-
sqlalchemy==2.0.43
77-
# via
78-
# flask-sqlalchemy
79-
# opengeodeweb-microservice
8053
typing-extensions==4.15.0
81-
# via
82-
# aiosignal
83-
# sqlalchemy
54+
# via aiosignal
8455
vtk==9.5.2
8556
# via -r requirements.in
8657
websocket-client==1.8.0
8758
# via -r requirements.in
88-
werkzeug==3.1.3
89-
# via flask
9059
wslink==1.12.4
9160
# via -r requirements.in
9261
yarl==1.20.1

0 commit comments

Comments
 (0)