Copy dependencies to setup.py

This commit is contained in:
Martin Pépin 2020-07-18 19:04:50 +02:00
parent b654b570e5
commit 01b2c60141
No known key found for this signature in database
GPG key ID: E7520278B1774448
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,3 @@
python-cas==1.5.*
python-ldap
Django>=2.2
python-ldap>=3,<4
python-cas>=1.5,<2

View file

@ -20,4 +20,5 @@ setuptools.setup(
"Operating System :: OS Independent",
],
python_requires=">=3.5",
install_requires=["Django>=2.2", "python-ldap>=3,<4", "python-cas>=1.5,<2"],
)