From 234774e9ebf272725fae8a5c0be898993fd4e2a1 Mon Sep 17 00:00:00 2001 From: klonfish Date: Sat, 4 May 2019 23:24:21 +0200 Subject: [PATCH] Add dependencies to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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',