Put requirements in setup.py

This commit is contained in:
Swen Kooij 2019-10-19 12:51:47 +03:00
parent 2cb80431cc
commit 2f7314d105
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
deprecation==2.0.7
-e .

View File

@ -57,6 +57,8 @@ setup(
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
python_requires=">=3.7",
install_requires=["django-postgres-extra>=2.0a7", "deprecation==2.0.7"],
cmdclass={
"lint": create_command(
"Lints the code",