Compare commits
No commits in common. "6835240173de587a26d1de1acf0b4fb881447bef" and "907a51b44bf5c54efaff0737a706cbc984a8ce79" have entirely different histories.
6835240173
...
907a51b44b
3 changed files with 5 additions and 10 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -8,7 +8,7 @@ Build-Depends:
|
||||||
dh-python,
|
dh-python,
|
||||||
python3-all,
|
python3-all,
|
||||||
python3-django (>= 2.2),
|
python3-django (>= 2.2),
|
||||||
# python3-djangorestframework,
|
python3-djangorestframework,
|
||||||
# python3-djoser (>= 2.1),
|
# python3-djoser (>= 2.1),
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
|
@ -31,6 +31,6 @@ Depends:
|
||||||
${python3:Depends},
|
${python3:Depends},
|
||||||
python3-django (>= 2.2),
|
python3-django (>= 2.2),
|
||||||
python3-django-imagekit,
|
python3-django-imagekit,
|
||||||
# python3-djangorestframework,
|
python3-djangorestframework,
|
||||||
# python3-djoser (>= 2.1),
|
python3-djoser (>= 2.1),
|
||||||
Description: Python backend for the userausfall web application
|
Description: Python backend for the userausfall web application
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -12,8 +12,8 @@ setup(
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=(
|
install_requires=(
|
||||||
"django>=2.2<3.0",
|
"django>=2.2<3.0",
|
||||||
# "djangorestframework>=3.12<4.0",
|
"djangorestframework>=3.12<4.0",
|
||||||
# "djoser>=2.1<3.0",
|
"djoser>=2.1<3.0",
|
||||||
),
|
),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
|
|
@ -10,9 +10,4 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pwa: {
|
|
||||||
workboxOptions: {
|
|
||||||
importWorkboxFrom: "disabled",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue