Skip to content

Commit

Permalink
bumped depency versions to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
gord-nuttall-adswerve committed Apr 27, 2021
1 parent 1121902 commit 862c8b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_facebook'],
install_requires=[
'attrs==17.3.0',
'backoff==1.8.0',
'pendulum==1.2.0',
'facebook_business==9.0.0',
'requests==2.20.0',
'singer-python==5.10.0',
'attrs==20.3.0',
'backoff==1.10.0',
'pendulum==2.1.2',
'facebook_business==9.0.3',
'requests==2.25.1',
'singer-python==5.12.1',
],
extras_require={
'dev': [
Expand Down
2 changes: 1 addition & 1 deletion tap_facebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import attr
import pendulum
import requests
#import requests
import backoff

import singer
Expand Down

0 comments on commit 862c8b2

Please sign in to comment.