Fixing Dependability
This commit is contained in:
8
setup.py
8
setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-mfa2',
|
name='django-mfa2',
|
||||||
version='0.8.5',
|
version='0.8.7',
|
||||||
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',
|
||||||
@@ -17,6 +17,12 @@ setup(
|
|||||||
'Django>=1.7',
|
'Django>=1.7',
|
||||||
'jsonfield',
|
'jsonfield',
|
||||||
'simplejson'
|
'simplejson'
|
||||||
|
'pyotp',
|
||||||
|
'python-u2flib-server',
|
||||||
|
'ua-parser',
|
||||||
|
'user-agents',
|
||||||
|
'python-jose',
|
||||||
|
'fido2==0.5'
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False, # because we're including static files
|
zip_safe=False, # because we're including static files
|
||||||
|
|||||||
Reference in New Issue
Block a user