Skip to content

Commit 9faac94

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/database
2 parents 16f1d05 + 0439a50 commit 9faac94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@
44
#
55
# pip-compile --output-file=./requirements.txt --pre ./requirements.in
66
#
7+
aiohappyeyeballs~=2.6
78
aiohappyeyeballs~=2.6
89
# via aiohttp
10+
aiohttp~=3.12
911
aiohttp~=3.12
1012
# via wslink
13+
aiosignal~=1.4
1114
aiosignal~=1.4
1215
# via aiohttp
16+
attrs~=25.3
1317
attrs~=25.3
1418
# via aiohttp
1519
contourpy~=1.3
1620
# via matplotlib
21+
cycler~=0.12
1722
cycler~=0.12
1823
# via matplotlib
1924
fonttools~=4.60
2025
# via matplotlib
26+
frozenlist~=1.7
2127
frozenlist~=1.7
2228
# via
2329
# aiohttp
@@ -28,35 +34,43 @@ kiwisolver~=1.4
2834
# via matplotlib
2935
matplotlib~=3.10
3036
# via vtk
37+
multidict~=6.6
3138
multidict~=6.6
3239
# via
3340
# aiohttp
3441
# yarl
42+
numpy~=2.3
3543
numpy~=2.3
3644
# via
3745
# contourpy
3846
# matplotlib
3947
packaging==25.0
4048
# via matplotlib
49+
pillow~=11.3
4150
pillow~=11.3
4251
# via matplotlib
52+
propcache~=0.3
4353
propcache~=0.3
4454
# via
4555
# aiohttp
4656
# yarl
57+
pyparsing~=3.2
4758
pyparsing~=3.2
4859
# via matplotlib
4960
python-dateutil==2.9.0.post0
5061
# via matplotlib
62+
six~=1.17
5163
six~=1.17
5264
# via python-dateutil
5365
typing-extensions~=4.15
5466
# via aiosignal
5567
vtk==9.5.2
5668
# via -r requirements.in
69+
websocket-client~=1.8
5770
websocket-client~=1.8
5871
# via -r requirements.in
5972
wslink==1.12.4
6073
# via -r requirements.in
74+
yarl~=1.20
6175
yarl~=1.20
6276
# via aiohttp

0 commit comments

Comments
 (0)