Skip to content

Commit be7b465

Browse files
committed
Merge branch 'fix/database' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/database
2 parents 373e0ee + 8c87f66 commit be7b465

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

requirements.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,80 +4,60 @@
44
#
55
# pip-compile --output-file=./requirements.txt ./requirements.in
66
#
7-
aiohappyeyeballs>=2
87
aiohappyeyeballs>=2
98
# via aiohttp
10-
aiohttp>=3
119
aiohttp>=3
1210
# via wslink
13-
aiosignal>=1
1411
aiosignal>=1
1512
# via aiohttp
16-
attrs>=25
1713
attrs>=25
1814
# via aiohttp
19-
contourpy>=1
2015
contourpy>=1
2116
# via matplotlib
22-
cycler>=0
2317
cycler>=0
2418
# via matplotlib
25-
fonttools>=4
2619
fonttools>=4
2720
# via matplotlib
28-
frozenlist>=1
2921
frozenlist>=1
3022
# via
3123
# aiohttp
3224
# aiosignal
3325
idna==3.11
3426
# via yarl
35-
kiwisolver>=1
3627
kiwisolver>=1
3728
# via matplotlib
38-
matplotlib>=3
3929
matplotlib>=3
4030
# via vtk
41-
multidict>=6
4231
multidict>=6
4332
# via
4433
# aiohttp
4534
# yarl
46-
numpy>=2
4735
numpy>=2
4836
# via
4937
# contourpy
5038
# matplotlib
5139
packaging==25.0
5240
# via matplotlib
53-
pillow>=11
5441
pillow>=11
5542
# via matplotlib
56-
propcache>=0
5743
propcache>=0
5844
# via
5945
# aiohttp
6046
# yarl
61-
pyparsing>=3
6247
pyparsing>=3
6348
# via matplotlib
6449
python-dateutil==2.9.0.post0
6550
# via matplotlib
66-
six>=1
6751
six>=1
6852
# via python-dateutil
69-
typing-extensions>=4
7053
typing-extensions>=4
7154
# via aiosignal
7255
vtk==9.5.2
7356
# via -r requirements.in
74-
websocket-client>=1
7557
websocket-client>=1
7658
# via -r requirements.in
7759
wslink==1.12.4
7860
# via -r requirements.in
79-
yarl>=1
8061
yarl>=1
8162
# via aiohttp
8263

83-
opengeodeweb-microservice==1.*,>=1.0.4rc7

0 commit comments

Comments
 (0)