Skip to content

Commit

Permalink
Support django q version >= 1.3.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Jan 13, 2023
1 parent 40359e1 commit d267c3d
Showing 1 changed file with 2 additions and 2 deletions.
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.3.0',
version='1.3.1',
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.4'],
'django-rest-framework==0.1.0', 'django-q>=1.3.3'],
include_package_data=True,
classifiers=[
'Framework :: Django',
Expand Down

0 comments on commit d267c3d

Please sign in to comment.