From 57561dd65aa5f9a8a9bd22c7977e7d5dc6c4b1cf Mon Sep 17 00:00:00 2001 From: Mohamed ElKalioby Date: Sun, 20 Jan 2019 16:20:07 +0300 Subject: [PATCH] Fixed depencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ff1ce2e..27699ef 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name='django-mfa2', - version='0.8.7', + version='0.8.8', description='Allows user to add 2FA to their accounts', author='Mohamed El-Kalioby', author_email = 'mkalioby@mkalioby.com', @@ -16,7 +16,7 @@ setup( install_requires=[ 'Django>=1.7', 'jsonfield', - 'simplejson' + 'simplejson', 'pyotp', 'python-u2flib-server', 'ua-parser',