1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/py3-nikola/fix-requirements.patch
2019-06-12 11:53:00 +03:00

11 lines
248 B
Diff

--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
python-dateutil>=2.6.0
docutils>=0.13
mako>=1.0.0
-Markdown>=2.4.0,<3.0.0 # rq.filter: <3.0.0
+Markdown>=2.4.0 # rq.filter: <3.0.0
unidecode>=0.04.16
lxml>=3.3.5
Yapsy>=1.11.223