diff --git a/{{cookiecutter.project_name}}/setup.py b/{{cookiecutter.project_name}}/setup.py index 9c9e521..6d6f0a3 100755 --- a/{{cookiecutter.project_name}}/setup.py +++ b/{{cookiecutter.project_name}}/setup.py @@ -10,7 +10,8 @@ classifiers=["Programming Language :: Python :: 3 :: Only"], py_modules=["{{cookiecutter.package_name}}"], install_requires=[ - "singer-python>=5.0.12", + # NB: Pin these to a more specific version for tap reliability + "singer-python", "requests", ], entry_points="""