chore(api): pin django related packages

This commit is contained in:
jo 2022-06-18 11:41:56 +02:00 committed by Jonas L
parent 9babb0c4f0
commit 7457a29e7f
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# This file is auto-generated by tools/extract-requirements.sh. # This file is auto-generated by tools/extract-requirements.sh.
# Please do not edit this file, edit the setup.py file! # Please do not edit this file, edit the setup.py file!
coreapi coreapi~=2.3.3
django~=3.2.13 django~=3.2.13
django-filter~=21.1.0 django-filter~=21.1.0
djangorestframework djangorestframework~=3.13.1
drf-spectacular drf-spectacular~=0.22.1
markdown markdown
psycopg2 psycopg2

View File

@ -32,11 +32,11 @@ setup(
] ]
}, },
install_requires=[ install_requires=[
"coreapi", "coreapi~=2.3.3",
"django~=3.2.13", "django~=3.2.13",
"djangorestframework", "djangorestframework~=3.13.1",
"django-filter~=21.1.0", "django-filter~=21.1.0",
"drf-spectacular", "drf-spectacular~=0.22.1",
"markdown", "markdown",
], ],
extras_require={ extras_require={