We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bee991 commit f630f19Copy full SHA for f630f19
requirements.txt
@@ -243,7 +243,7 @@ lxml==4.9.3
243
# via
244
# mapentity
245
# svglib
246
-mapentity @ git+https://github.com/makinacorpus/django-mapentity.git@bb288fbe9d9c8a3764da101eba0e7afe87dbc5ff#egg=mapentity
+mapentity==8.14.3
247
# via geotrek (setup.py)
248
markdown==3.9
249
setup.py
@@ -17,7 +17,7 @@
17
scripts=["manage.py"],
18
install_requires=[
19
"Django==4.2.*",
20
- "mapentity@git+https://github.com/makinacorpus/django-mapentity.git@master#egg=mapentity",
+ "mapentity",
21
"chardet",
22
"cairosvg",
23
"cairocffi",
0 commit comments