Skip to content

Commit

Permalink
Clarify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt authored Aug 2, 2022
1 parent 2be6e72 commit f0205b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(fname):
zip_safe=False,
python_requires=">=3.7",
install_requires=[
"cookiecutter>=2.1.0",
"cookiecutter>=2.1.0", # uses pyyaml
"pytest>=3.9.0", # adds tmp_path fixtures
],
classifiers=[
Expand Down

0 comments on commit f0205b0

Please sign in to comment.