Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid authored Jan 29, 2021
1 parent 8a5d43e commit be9b5b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ def get_version():
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_quickbooks'],
install_requires=[
'requests==2.21.0',
'requests==2.20.0',
'singer-python==5.3.1',
'xmltodict==0.11.0',
'jsonpath-ng==1.4.3',
'jsonschema==3.2.0',
'pytz==2020.1'
'pytz==2018.4'
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit be9b5b7

Please sign in to comment.