Skip to content

Commit 529d48c

Browse files
committed
Markdown 3.3 only supports Python 3.6 and higher
1 parent b001b8c commit 529d48c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/requirements-optionals.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Optional packages which may be used with REST framework.
22
psycopg2-binary>=2.8.5, <2.9
3-
markdown==3.1.1
3+
markdown==3.3;python_version>="3.6"
4+
markdown==3.2.2;python_version=="3.5"
45
pygments==2.4.2
56
django-guardian==2.2.0
67
django-filter>=2.2.0, <2.3

0 commit comments

Comments
 (0)