Skip to content

Commit

Permalink
Remove dependency pin from template and add note about pinning (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosorast committed Sep 18, 2020
1 parent 4375130 commit f9f218a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="""
Expand Down

0 comments on commit f9f218a

Please sign in to comment.