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

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