Skip to content

Commit 6ba9a4e

Browse files
committed
Merge branch 'fix/database' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/database
2 parents 417b738 + f431cac commit 6ba9a4e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

requirements.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,60 +4,79 @@
44
#
55
# pip-compile --output-file=./requirements.txt ./requirements.in
66
#
7+
aiohappyeyeballs>=2
78
aiohappyeyeballs>=2
89
# via aiohttp
10+
aiohttp>=3
911
aiohttp>=3
1012
# via wslink
13+
aiosignal>=1
1114
aiosignal>=1
1215
# via aiohttp
16+
attrs>=25
1317
attrs>=25
1418
# via aiohttp
19+
contourpy>=1
1520
contourpy>=1
1621
# via matplotlib
22+
cycler>=0
1723
cycler>=0
1824
# via matplotlib
25+
fonttools>=4
1926
fonttools>=4
2027
# via matplotlib
28+
frozenlist>=1
2129
frozenlist>=1
2230
# via
2331
# aiohttp
2432
# aiosignal
2533
idna==3.11
2634
# via yarl
35+
kiwisolver>=1
2736
kiwisolver>=1
2837
# via matplotlib
38+
matplotlib>=3
2939
matplotlib>=3
3040
# via vtk
41+
multidict>=6
3142
multidict>=6
3243
# via
3344
# aiohttp
3445
# yarl
46+
numpy>=2
3547
numpy>=2
3648
# via
3749
# contourpy
3850
# matplotlib
3951
packaging==25.0
4052
# via matplotlib
53+
pillow>=11
4154
pillow>=11
4255
# via matplotlib
56+
propcache>=0
4357
propcache>=0
4458
# via
4559
# aiohttp
4660
# yarl
61+
pyparsing>=3
4762
pyparsing>=3
4863
# via matplotlib
4964
python-dateutil==2.9.0.post0
5065
# via matplotlib
66+
six>=1
5167
six>=1
5268
# via python-dateutil
69+
typing-extensions>=4
5370
typing-extensions>=4
5471
# via aiosignal
5572
vtk==9.5.2
5673
# via -r requirements.in
74+
websocket-client>=1
5775
websocket-client>=1
5876
# via -r requirements.in
5977
wslink==1.12.4
6078
# via -r requirements.in
79+
yarl>=1
6180
yarl>=1
6281
# via aiohttp
6382

0 commit comments

Comments
 (0)