Copy dependencies to setup.py
This commit is contained in:
parent
b654b570e5
commit
01b2c60141
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
python-cas==1.5.*
|
||||
python-ldap
|
||||
Django>=2.2
|
||||
python-ldap>=3,<4
|
||||
python-cas>=1.5,<2
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue