This repository was archived by the owner on Feb 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +31
-21
lines changed
Expand file tree Collapse file tree 3 files changed +31
-21
lines changed Original file line number Diff line number Diff line change 22sentry-sdk
33Django>3.2,<3.3
44jsonschema
5- libcoverdls>=0.1.0
6- libcoveweb2>=0.1 .0
5+ -e git+https://github.com/GFDRR/rdls-lib-cove.git@83d0ac988ef2299768e777a0036e9cde14786db1#egg=libcoverdls
6+ libcoveweb2>=0.4 .0
77gunicorn
88django-bootstrap3
99flattentool
Original file line number Diff line number Diff line change 44#
55# pip-compile requirements.in
66#
7+ -e git+https://github.com/GFDRR/rdls-lib-cove.git@83d0ac988ef2299768e777a0036e9cde14786db1#egg=libcoverdls
8+ # via -r requirements.in
79amqp == 5.1.1
810 # via kombu
911asgiref == 3.7.2
1012 # via django
11- async-timeout == 4.0.2
12- # via redis
1313attrs == 23.1.0
1414 # via jsonschema
1515backports-datetime-fromisoformat == 2.0.0
@@ -61,6 +61,8 @@ et-xmlfile==1.1.0
6161 # via openpyxl
6262flattentool == 0.23.0
6363 # via -r requirements.in
64+ geojson == 3.2.0
65+ # via flattentool
6466gunicorn == 20.1.0
6567 # via -r requirements.in
6668idna == 3.4
@@ -70,7 +72,9 @@ ijson==3.2.0.post0
7072 # flattentool
7173 # libcoverdls
7274jsonref == 1.1.0
73- # via flattentool
75+ # via
76+ # flattentool
77+ # libcoverdls
7478jsonschema == 4.9.1
7579 # via
7680 # -r requirements.in
@@ -79,14 +83,12 @@ kombu==5.2.4
7983 # via celery
8084libcove2 == 0.1.0
8185 # via libcoverdls
82- -e git+https://github.com/GFDRR/rdls-lib-cove.git#egg=libcoverdls
83- #libcoverdls==0.1.0
84- # via -r requirements.in
85- -e git+https://github.com/OpenDataServices/lib-cove-web-2.git#egg=libcoveweb2
86- #libcoveweb2==0.2.0
86+ libcoveweb2 == 0.4.0
8787 # via -r requirements.in
8888lxml == 4.9.2
8989 # via flattentool
90+ numpy == 2.2.5
91+ # via shapely
9092odfpy == 1.4.1
9193 # via flattentool
9294openpyxl == 3.1.2
@@ -105,8 +107,6 @@ pyrsistent==0.19.3
105107 # via jsonschema
106108python-dateutil == 2.8.2
107109 # via libcoverdls
108- python-magic == 0.4.27
109- # via python-magic
110110pytz == 2023.3
111111 # via
112112 # celery
@@ -129,6 +129,8 @@ sentry-sdk==1.24.0
129129 # via
130130 # -r requirements.in
131131 # libcoveweb2
132+ shapely == 2.1.0
133+ # via flattentool
132134six == 1.16.0
133135 # via
134136 # click-repl
Original file line number Diff line number Diff line change 44#
55# pip-compile requirements_dev.in
66#
7+ -e git+https://github.com/GFDRR/rdls-lib-cove.git@83d0ac988ef2299768e777a0036e9cde14786db1#egg=libcoverdls
8+ # via -r requirements.txt
79amqp==5.1.1
810 # via
911 # -r requirements.txt
@@ -16,10 +18,6 @@ async-generator==1.10
1618 # via
1719 # trio
1820 # trio-websocket
19- async-timeout==4.0.2
20- # via
21- # -r requirements.txt
22- # redis
2321attrs==23.1.0
2422 # via
2523 # -r requirements.txt
@@ -108,8 +106,12 @@ et-xmlfile==1.1.0
108106 # openpyxl
109107flake8==6.0.0
110108 # via -r requirements_dev.in
111- flattentool==0.20.1
109+ flattentool==0.23.0
112110 # via -r requirements.txt
111+ geojson==3.2.0
112+ # via
113+ # -r requirements.txt
114+ # flattentool
113115gunicorn==20.1.0
114116 # via -r requirements.txt
115117h11==0.14.0
@@ -130,6 +132,7 @@ jsonref==1.1.0
130132 # via
131133 # -r requirements.txt
132134 # flattentool
135+ # libcoverdls
133136jsonschema==4.9.1
134137 # via
135138 # -r requirements.txt
@@ -142,17 +145,18 @@ libcove2==0.1.0
142145 # via
143146 # -r requirements.txt
144147 # libcoverdls
145- -e git+https://github.com/GFDRR/rdls-lib-cove.git#egg=libcoverdls
146- #libcoverdls==0.15.0
147- # via -r requirements.txt
148- libcoveweb2==0.1.0
148+ libcoveweb2==0.4.0
149149 # via -r requirements.txt
150150lxml==4.9.2
151151 # via
152152 # -r requirements.txt
153153 # flattentool
154154mccabe==0.7.0
155155 # via flake8
156+ numpy==2.2.5
157+ # via
158+ # -r requirements.txt
159+ # shapely
156160odfpy==1.4.1
157161 # via
158162 # -r requirements.txt
@@ -244,6 +248,10 @@ sentry-sdk==1.24.0
244248 # via
245249 # -r requirements.txt
246250 # libcoveweb2
251+ shapely==2.1.0
252+ # via
253+ # -r requirements.txt
254+ # flattentool
247255six==1.16.0
248256 # via
249257 # -r requirements.txt
You can’t perform that action at this time.
0 commit comments