Skip to content

Commit

Permalink
Merge pull request #13 from hotgluexyz/updateSdk
Browse files Browse the repository at this point in the history
Update sdk
  • Loading branch information
hsyyid authored Jan 19, 2022
2 parents b4b7190 + 8ccc8fc commit 8fcd53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='tap-netsuite',
version='1.5.6',
version='1.5.7',
description='Singer.io tap for extracting data from the NetSuite SOAP',
author='hotglue',
url='https://hotglue.xyz/',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_netsuite'],
install_requires=[
'netsuitesdk==2.7.2', # USING THE HOTGLUE VERSION
'netsuitesdk==2.7.3', # USING THE HOTGLUE VERSION
'requests==2.21.0',
'singer-python==5.3.1',
'xmltodict==0.11.0',
Expand Down

0 comments on commit 8fcd53c

Please sign in to comment.