Skip to content

Commit ce76d8c

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent dacae35 commit ce76d8c

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

requirements.txt

Lines changed: 49 additions & 2 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 --output-file=./requirements.txt --pre ./requirements.in
5+
# pip-compile --output-file=./requirements.txt --pre ./requirements-internal.in ./requirements.in
66
#
77
aiohappyeyeballs==2.*,>=2.6.1
88
# via aiohttp
@@ -12,20 +12,54 @@ aiosignal==1.*,>=1.4.0
1212
# via aiohttp
1313
attrs==25.*,>=25.3.0
1414
# via aiohttp
15+
blinker==1.*,>=1.9.0
16+
# via
17+
# flask
18+
# opengeodeweb-microservice
19+
click==8.*,>=8.3.0
20+
# via
21+
# flask
22+
# opengeodeweb-microservice
1523
contourpy==1.*,>=1.3.3
1624
# via matplotlib
1725
cycler==0.*,>=0.12.1
1826
# via matplotlib
27+
fastjsonschema==2.*,>=2.21.1
28+
# via opengeodeweb-microservice
29+
flask==3.*,>=3.1.2
30+
# via
31+
# flask-sqlalchemy
32+
# opengeodeweb-microservice
33+
flask-sqlalchemy==3.*,>=3.1.1
34+
# via opengeodeweb-microservice
1935
fonttools==4.*,>=4.60.1
2036
# via matplotlib
2137
frozenlist==1.*,>=1.7.0
2238
# via
2339
# aiohttp
2440
# aiosignal
41+
greenlet==3.*,>=3.2.4
42+
# via
43+
# opengeodeweb-microservice
44+
# sqlalchemy
2545
idna==3.10
2646
# via yarl
47+
itsdangerous==2.*,>=2.2.0
48+
# via
49+
# flask
50+
# opengeodeweb-microservice
51+
jinja2==3.*,>=3.1.6
52+
# via
53+
# flask
54+
# opengeodeweb-microservice
2755
kiwisolver==1.*,>=1.4.10rc0
2856
# via matplotlib
57+
markupsafe==3.*,>=3.0.2
58+
# via
59+
# flask
60+
# jinja2
61+
# opengeodeweb-microservice
62+
# werkzeug
2963
matplotlib==3.*,>=3.10.6
3064
# via vtk
3165
multidict==6.*,>=6.6.4
@@ -36,6 +70,8 @@ numpy==2.*,>=2.3.3
3670
# via
3771
# contourpy
3872
# matplotlib
73+
opengeodeweb-microservice==1.*,>=1.0.1rc1
74+
# via -r requirements-internal.in
3975
packaging==25.0
4076
# via matplotlib
4177
pillow==11.*,>=11.3.0
@@ -50,12 +86,23 @@ python-dateutil==2.9.*,>=2.9.0.post0
5086
# via matplotlib
5187
six==1.*,>=1.17.0
5288
# via python-dateutil
89+
sqlalchemy==2.*,>=2.0.43
90+
# via
91+
# flask-sqlalchemy
92+
# opengeodeweb-microservice
5393
typing-extensions==4.*,>=4.15.0
54-
# via aiosignal
94+
# via
95+
# aiosignal
96+
# opengeodeweb-microservice
97+
# sqlalchemy
5598
vtk==9.5.2
5699
# via -r requirements.in
57100
websocket-client==1.*,>=1.8.0
58101
# via -r requirements.in
102+
werkzeug==3.*,>=3.1.3
103+
# via
104+
# flask
105+
# opengeodeweb-microservice
59106
wslink==1.12.4
60107
# via -r requirements.in
61108
yarl==1.*,>=1.20.1

0 commit comments

Comments
 (0)