Skip to content

Commit

Permalink
Bump up the requests library version and remove requests-cache depend…
Browse files Browse the repository at this point in the history
…ency (#19)
  • Loading branch information
NileshPant1999 authored Sep 17, 2021
1 parent 9ec7093 commit ececa5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ pylint==2.4.4
pylint-django==2.0.13
pylint-plugin-utils==0.6
pytz==2019.3
requests==2.22.0
requests-cache==0.5.2
requests>=2.25.0
six==1.14.0
sqlparse==0.3.0
typed-ast==1.4.1
Expand Down
6 changes: 3 additions & 3 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.8.0',
version='0.8.1',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Django application to implement OAuth 2.0 using Fyle in Django rest framework',
Expand All @@ -18,8 +18,8 @@
keywords=['fyle', 'rest', 'django-rest-framework', 'api', 'python', 'oauth 2'],
url='https://github.com/fylein/fyle-rest-auth',
packages=setuptools.find_packages(),
install_requires=['requests', 'requests-cache', 'django>=3.0.2',
'django-rest-framework==0.1.0', 'requests-cache==0.5.2',
install_requires=['requests>=2.25.0', 'django>=3.0.2',
'django-rest-framework==0.1.0',
'fylesdk>=0.11.0'],
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit ececa5e

Please sign in to comment.