Skip to content

Commit

Permalink
loosened dependency requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
gord-nuttall-adswerve committed Sep 28, 2021
1 parent 93b76c2 commit 8e004b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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==21.2.0',
'backoff==1.11.1',
'attrs~=20.3.0',
'backoff~=1.8.0',
'pendulum==2.1.2',
'facebook_business==12.0.0',
'requests==2.26.0',
'singer-python==5.12.2',
'requests~=2.26.0',
'singer-python~=5.12.1',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 8e004b3

Please sign in to comment.