Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit fc02094

Browse files
committed
Fix requirements.in - run pip-compile to make lock files
Make sure have latest version of libcoveweb2. Old ref to this was not locked - new ref will be locked. libcoverdls is not actually published as pypi package so use git link instead. Lock to latest commit. Changes in Requirements.txt may be due to previous commits not building lock files properly. eg flattentool 0.23.0 does need shapely and geojson so they should have been in before. https://github.com/OpenDataServices/flatten-tool/blob/v0.23.0/setup.py#L42
1 parent 13de646 commit fc02094

File tree

3 files changed

+31
-21
lines changed

3 files changed

+31
-21
lines changed

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dealer
22
sentry-sdk
33
Django>3.2,<3.3
44
jsonschema
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
77
gunicorn
88
django-bootstrap3
99
flattentool

requirements.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
79
amqp==5.1.1
810
# via kombu
911
asgiref==3.7.2
1012
# via django
11-
async-timeout==4.0.2
12-
# via redis
1313
attrs==23.1.0
1414
# via jsonschema
1515
backports-datetime-fromisoformat==2.0.0
@@ -61,6 +61,8 @@ et-xmlfile==1.1.0
6161
# via openpyxl
6262
flattentool==0.23.0
6363
# via -r requirements.in
64+
geojson==3.2.0
65+
# via flattentool
6466
gunicorn==20.1.0
6567
# via -r requirements.in
6668
idna==3.4
@@ -70,7 +72,9 @@ ijson==3.2.0.post0
7072
# flattentool
7173
# libcoverdls
7274
jsonref==1.1.0
73-
# via flattentool
75+
# via
76+
# flattentool
77+
# libcoverdls
7478
jsonschema==4.9.1
7579
# via
7680
# -r requirements.in
@@ -79,14 +83,12 @@ kombu==5.2.4
7983
# via celery
8084
libcove2==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
8888
lxml==4.9.2
8989
# via flattentool
90+
numpy==2.2.5
91+
# via shapely
9092
odfpy==1.4.1
9193
# via flattentool
9294
openpyxl==3.1.2
@@ -105,8 +107,6 @@ pyrsistent==0.19.3
105107
# via jsonschema
106108
python-dateutil==2.8.2
107109
# via libcoverdls
108-
python-magic==0.4.27
109-
# via python-magic
110110
pytz==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
132134
six==1.16.0
133135
# via
134136
# click-repl

requirements_dev.txt

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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
79
amqp==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
2321
attrs==23.1.0
2422
# via
2523
# -r requirements.txt
@@ -108,8 +106,12 @@ et-xmlfile==1.1.0
108106
# openpyxl
109107
flake8==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
113115
gunicorn==20.1.0
114116
# via -r requirements.txt
115117
h11==0.14.0
@@ -130,6 +132,7 @@ jsonref==1.1.0
130132
# via
131133
# -r requirements.txt
132134
# flattentool
135+
# libcoverdls
133136
jsonschema==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
150150
lxml==4.9.2
151151
# via
152152
# -r requirements.txt
153153
# flattentool
154154
mccabe==0.7.0
155155
# via flake8
156+
numpy==2.2.5
157+
# via
158+
# -r requirements.txt
159+
# shapely
156160
odfpy==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
247255
six==1.16.0
248256
# via
249257
# -r requirements.txt

0 commit comments

Comments
 (0)