Skip to content

Commit

Permalink
Resolving dependancy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Dec 2, 2020
1 parent daf9b40 commit 39d7e1a
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='0.5.0',
version='0.6.0',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Django application to implement OAuth 2.0 using Fyle in Django rest framework',
Expand All @@ -20,7 +20,7 @@
packages=setuptools.find_packages(),
install_requires=['requests', 'requests-cache', 'django>=3.0.2',
'django-rest-framework==0.1.0', 'requests-cache==0.5.2',
'fylesdk==0.11.0'],
'fylesdk>=0.11.0'],
include_package_data=True,
classifiers=[
'Framework :: Django',
Expand Down

0 comments on commit 39d7e1a

Please sign in to comment.