fix(deploy): Disable dependencies

Package must not depend on non-existing deps (Debian Buster).
This commit is contained in:
aldrin 2021-05-12 09:19:17 +02:00
parent 907a51b44b
commit c4e547a30b
2 changed files with 5 additions and 5 deletions

View file

@ -12,8 +12,8 @@ setup(
packages=find_packages(),
install_requires=(
"django>=2.2<3.0",
"djangorestframework>=3.12<4.0",
"djoser>=2.1<3.0",
# "djangorestframework>=3.12<4.0",
# "djoser>=2.1<3.0",
),
include_package_data=True,
)