Skip to content

Commit

Permalink
Django q2 support (#37)
Browse files Browse the repository at this point in the history
* Django q2 support

* comments fixed

* comments fixed

* comments fixed
  • Loading branch information
ruuushhh authored Feb 6, 2024
1 parent 6267582 commit 3a8c1e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='fyle-rest-auth',
version='1.6.0',
version='1.7.0',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Django application to implement OAuth 2.0 using Fyle in Django rest framework',
Expand All @@ -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',
Expand Down

0 comments on commit 3a8c1e8

Please sign in to comment.