From 3a8c1e87a93bab5f1009808e6931eff810e27338 Mon Sep 17 00:00:00 2001 From: ruuushhh <66899387+ruuushhh@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:18:52 +0530 Subject: [PATCH] Django q2 support (#37) * Django q2 support * comments fixed * comments fixed * comments fixed --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index c2b6f8f..d094c82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,9 @@ astroid==2.3.3 certifi==2022.12.7 chardet==3.0.4 charset-normalizer==2.0.8 -Django==3.1.14 +Django==3.2.14 django-rest-framework==0.1.0 djangorestframework==3.11.2 -django-q==1.3.4 idna==2.8 isort==4.3.21 lazy-object-proxy==1.4.3 @@ -21,3 +20,4 @@ sqlparse==0.3.0 typed-ast==1.4.1 urllib3==1.26.5 wrapt==1.11.2 +fyle-djangoq2==1.0.0 diff --git a/setup.py b/setup.py index 242962b..809f7a2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='fyle-rest-auth', - version='1.6.0', + version='1.7.0', author='Shwetabh Kumar', author_email='shwetabh.kumar@fyle.in', description='Django application to implement OAuth 2.0 using Fyle in Django rest framework', @@ -19,7 +19,7 @@ url='https://github.com/fylein/fyle-rest-auth', packages=setuptools.find_packages(), install_requires=['requests>=2.25.0', 'django>=3.0.2', - 'django-rest-framework==0.1.0', 'django-q>=1.3.3'], + 'django-rest-framework==0.1.0'], include_package_data=True, classifiers=[ 'Framework :: Django',