Skip to content

Commit c1881e2

Browse files
Apply prepare changes
1 parent c71d313 commit c1881e2

File tree

1 file changed

+14
-35
lines changed

1 file changed

+14
-35
lines changed

requirements.txt

Lines changed: 14 additions & 35 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.*,>=2.6.1
88
# via aiohttp
@@ -12,43 +12,30 @@ aiosignal==1.*,>=1.4.0
1212
# via aiohttp
1313
attrs==25.*,>=25.3.0
1414
# via aiohttp
15-
blinker==1.9.0
16-
# via flask
17-
click==8.3.0
18-
# via flask
19-
fastjsonschema==2.21.1
20-
# via opengeodeweb-microservice
21-
flask==3.1.2
22-
# via flask-sqlalchemy
23-
flask-sqlalchemy==3.1.1
24-
# via opengeodeweb-microservice
15+
contourpy==1.*,>=1.3.3
16+
# via matplotlib
17+
cycler==0.*,>=0.12.1
18+
# via matplotlib
2519
fonttools==4.*,>=4.60.1
2620
# via matplotlib
2721
frozenlist==1.*,>=1.7.0
2822
# via
2923
# aiohttp
3024
# aiosignal
31-
greenlet==3.2.4
32-
# via sqlalchemy
3325
idna==3.10
3426
# via yarl
35-
itsdangerous==2.2.0
36-
# via flask
37-
jinja2==3.1.6
38-
# via flask
39-
markupsafe==3.0.3
40-
# via
41-
# flask
42-
# jinja2
43-
# werkzeug
27+
kiwisolver==1.4.10rc0
28+
# via matplotlib
4429
matplotlib==3.*,>=3.10.6
4530
# via vtk
4631
multidict==6.*,>=6.6.4
4732
# via
4833
# aiohttp
4934
# yarl
50-
opengeodeweb-microservice==1.0.0
51-
# via -r requirements-internal.in
35+
numpy==2.*,>=2.3.3
36+
# via
37+
# contourpy
38+
# matplotlib
5239
packaging==25.0
5340
# via matplotlib
5441
pillow==11.*,>=11.3.0
@@ -57,26 +44,18 @@ propcache==0.*,>=0.3.2
5744
# via
5845
# aiohttp
5946
# yarl
60-
pyparsing==3.*,>=3.3.0a1
47+
pyparsing==3.3.0a1
6148
# via matplotlib
62-
python-dateutil==2.9.*,>=2.9.0.post0
49+
python-dateutil==2.9.0.post0
6350
# via matplotlib
6451
six==1.*,>=1.17.0
6552
# via python-dateutil
66-
sqlalchemy==2.*,>=2.0.43
67-
# via
68-
# flask-sqlalchemy
69-
# opengeodeweb-microservice
7053
typing-extensions==4.*,>=4.15.0
71-
# via
72-
# aiosignal
73-
# sqlalchemy
54+
# via aiosignal
7455
vtk==9.5.2
7556
# via -r requirements.in
7657
websocket-client==1.*,>=1.8.0
7758
# via -r requirements.in
78-
werkzeug==3.1.3
79-
# via flask
8059
wslink==1.12.4
8160
# via -r requirements.in
8261
yarl==1.*,>=1.20.1

0 commit comments

Comments
 (0)