From 2f7314d10579277c3e970cc45aa87cb38f09ebc3 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 19 Oct 2019 12:51:47 +0300 Subject: [PATCH] Put requirements in setup.py --- requirements/base.txt | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index fda1d32..d6e1198 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1 +1 @@ -deprecation==2.0.7 +-e . diff --git a/setup.py b/setup.py index e25deea..47eab1d 100644 --- a/setup.py +++ b/setup.py @@ -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",