Removed Dependability of JSONLookup

This commit is contained in:
Mohamed ElKalioby
2021-03-05 00:43:49 +03:00
parent ba9dfc4d36
commit 23377abfa6
7 changed files with 16 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name='django-mfa2',
version='2.1.2',
version='2.2.0b1',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
@@ -25,13 +25,14 @@ setup(
'user-agents',
'python-jose',
'fido2 == 0.9.1',
'jsonLookup'
# 'jsonLookup'
],
python_requires=">=3.5",
include_package_data=True,
zip_safe=False, # because we're including static files
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta",
#"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.11",