Fixed depencies

This commit is contained in:
Mohamed ElKalioby
2019-01-20 16:20:07 +03:00
parent 5e6c3fc7a3
commit 57561dd65a

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup( setup(
name='django-mfa2', name='django-mfa2',
version='0.8.7', version='0.8.8',
description='Allows user to add 2FA to their accounts', description='Allows user to add 2FA to their accounts',
author='Mohamed El-Kalioby', author='Mohamed El-Kalioby',
author_email = 'mkalioby@mkalioby.com', author_email = 'mkalioby@mkalioby.com',
@@ -16,7 +16,7 @@ setup(
install_requires=[ install_requires=[
'Django>=1.7', 'Django>=1.7',
'jsonfield', 'jsonfield',
'simplejson' 'simplejson',
'pyotp', 'pyotp',
'python-u2flib-server', 'python-u2flib-server',
'ua-parser', 'ua-parser',