Skip to content

Commit

Permalink
Merge pull request #1 from NationalFunding-Data/moo
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
sunild authored Jan 16, 2024
2 parents c5c3227 + adb6685 commit e0371ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_exacttarget'],
install_requires=[
'funcy==1.9.1',
'singer-python>=5.9.0',
'python-dateutil>=2.6.0',
'voluptuous==0.10.5',
'Salesforce-FuelSDK==1.3.0'
'funcy==2.0',
'singer-python>=6.0.0',
'python-dateutil>=2.8.2',
'voluptuous==0.14.1',
'Salesforce-FuelSDK @ git+https://github.com/NationalFunding-Data/FuelSDK-Python.git'
],
extras_require={
'dev': [
Expand Down

0 comments on commit e0371ff

Please sign in to comment.