chore(api): remove markdown package

This commit is contained in:
jo 2022-06-18 12:25:40 +02:00 committed by Kyle Robbertze
parent 7c26020c80
commit 6d7510afee
2 changed files with 0 additions and 2 deletions

View File

@ -5,6 +5,5 @@ django~=3.2.13
django-filter~=21.1.0
djangorestframework~=3.13.1
drf-spectacular~=0.22.1
markdown
psycopg2
requests

View File

@ -37,7 +37,6 @@ setup(
"djangorestframework~=3.13.1",
"django-filter~=21.1.0",
"drf-spectacular~=0.22.1",
"markdown",
"requests",
],
extras_require={