diff --git a/setup.py b/setup.py index 67f5676..30aa511 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,10 @@ setup( #license='', description='Blinkenbunt Account Manager', long_description=README, + install_requires=[ + 'django>=2.2', + 'python-ldap>=3.0.0', + ], url='https://git.blinkenbunt.org/blinkenbunt.org/bam', classifiers=[ 'Environment :: Web Environment',