diff --git a/setup.py b/setup.py index 4dc23dc..4caa844 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def get_version(): classifiers=['Programming Language :: Python :: 3 :: Only'], py_modules=['tap_quickbooks'], install_requires=[ - 'requests==2.20.0', + 'requests>=2.20.0', 'singer-python==5.3.1', 'xmltodict==0.11.0', 'jsonpath-ng==1.4.3',