mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
Markdown 3.3 only supports Python 3.6 and higher
This commit is contained in:
parent
b001b8cb2c
commit
529d48cee2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user