chore(api): pin django related packages
This commit is contained in:
parent
9babb0c4f0
commit
7457a29e7f
2 changed files with 6 additions and 6 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue