Skip to content

Commit f630f19

Browse files
authored
bump mapentity to 8.14.3 (#4968)
* bump mapentity to 8.14.3 * Fix deps * bump mapentity to 8.14.3
1 parent 5bee991 commit f630f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ lxml==4.9.3
243243
# via
244244
# mapentity
245245
# svglib
246-
mapentity @ git+https://github.com/makinacorpus/django-mapentity.git@bb288fbe9d9c8a3764da101eba0e7afe87dbc5ff#egg=mapentity
246+
mapentity==8.14.3
247247
# via geotrek (setup.py)
248248
markdown==3.9
249249
# via geotrek (setup.py)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
scripts=["manage.py"],
1818
install_requires=[
1919
"Django==4.2.*",
20-
"mapentity@git+https://github.com/makinacorpus/django-mapentity.git@master#egg=mapentity",
20+
"mapentity",
2121
"chardet",
2222
"cairosvg",
2323
"cairocffi",

0 commit comments

Comments
 (0)