Skip to content

Commit f011314

Browse files
Merge branch 'fix/refactor_kill' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/refactor_kill
2 parents bc1fb1c + c1881e2 commit f011314

File tree

1 file changed

+5
-50
lines changed

1 file changed

+5
-50
lines changed

requirements.txt

Lines changed: 5 additions & 50 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-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,53 +12,20 @@ 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
2315
contourpy==1.*,>=1.3.3
2416
# via matplotlib
2517
cycler==0.*,>=0.12.1
2618
# 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
3519
fonttools==4.*,>=4.60.1
3620
# via matplotlib
3721
frozenlist==1.*,>=1.7.0
3822
# via
3923
# aiohttp
4024
# aiosignal
41-
greenlet==3.*,>=3.2.4
42-
# via
43-
# opengeodeweb-microservice
44-
# sqlalchemy
4525
idna==3.10
4626
# 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
55-
kiwisolver==1.*,>=1.4.10rc0
27+
kiwisolver==1.4.10rc0
5628
# via matplotlib
57-
markupsafe==3.*,>=3.0.2
58-
# via
59-
# flask
60-
# jinja2
61-
# werkzeug
6229
matplotlib==3.*,>=3.10.6
6330
# via vtk
6431
multidict==6.*,>=6.6.4
@@ -69,8 +36,6 @@ numpy==2.*,>=2.3.3
6936
# via
7037
# contourpy
7138
# matplotlib
72-
opengeodeweb-microservice==1.*,>=1.0.1rc1
73-
# via -r requirements-internal.in
7439
packaging==25.0
7540
# via matplotlib
7641
pillow==11.*,>=11.3.0
@@ -79,28 +44,18 @@ propcache==0.*,>=0.3.2
7944
# via
8045
# aiohttp
8146
# yarl
82-
pyparsing==3.*,>=3.3.0a1
47+
pyparsing==3.3.0a1
8348
# via matplotlib
84-
python-dateutil==2.9.*,>=2.9.0.post0
49+
python-dateutil==2.9.0.post0
8550
# via matplotlib
8651
six==1.*,>=1.17.0
8752
# via python-dateutil
88-
sqlalchemy==2.*,>=2.0.43
89-
# via
90-
# flask-sqlalchemy
91-
# opengeodeweb-microservice
9253
typing-extensions==4.*,>=4.15.0
93-
# via
94-
# aiosignal
95-
# sqlalchemy
54+
# via aiosignal
9655
vtk==9.5.2
9756
# via -r requirements.in
9857
websocket-client==1.*,>=1.8.0
9958
# via -r requirements.in
100-
werkzeug==3.*,>=3.1.3
101-
# via
102-
# flask
103-
# opengeodeweb-microservice
10459
wslink==1.12.4
10560
# via -r requirements.in
10661
yarl==1.*,>=1.20.1

0 commit comments

Comments
 (0)