Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sloev committed Jan 22, 2021
1 parent c10488e commit 6df2e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_freshdesk'],
install_requires=[
'singer-python==5.2.3',
'requests==2.20.0',
'backoff==1.3.2'
'singer-python>=5.8.1',
'requests>=2.20.0',
'backoff>=1.3.2'
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 6df2e71

Please sign in to comment.