summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-08 22:40:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-08 22:40:57 +0100
commitca310cfd3a661f9729d9d773776310a70153769d (patch)
tree13cad9c4f6770dbb4cfd6360807405698a832a17 /setup.py
parent921e2d30c9936f3101130d70fbb7728ee39bb8bb (diff)
downloadbank-ca310cfd3a661f9729d9d773776310a70153769d.tar.gz
bank-ca310cfd3a661f9729d9d773776310a70153769d.tar.bz2
bank-ca310cfd3a661f9729d9d773776310a70153769d.zip
roll our own mathcaptcha, the old one broke with django2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7a2a0f0..4bfdc5c 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,6 @@ setup(name='talerbank',
license='GPL',
packages=find_packages(),
install_requires=["django>=1.9",
- "django-simple-math-captcha",
"psycopg2",
"requests",
"uWSGI",