Markdown 3.3 only supports Python 3.6 and higher

This commit is contained in:
David Smith 2020-10-11 19:59:03 +01:00
parent b001b8cb2c
commit 529d48cee2

View File

@ -1,6 +1,7 @@
# Optional packages which may be used with REST framework. # Optional packages which may be used with REST framework.
psycopg2-binary>=2.8.5, <2.9 psycopg2-binary>=2.8.5, <2.9
markdown==3.1.1 markdown==3.3;python_version>="3.6"
markdown==3.2.2;python_version=="3.5"
pygments==2.4.2 pygments==2.4.2
django-guardian==2.2.0 django-guardian==2.2.0
django-filter>=2.2.0, <2.3 django-filter>=2.2.0, <2.3