Skip to content

Commit

Permalink
Depend on pyyaml directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt authored Jul 4, 2022
1 parent 4425b6f commit ef67d00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ def read(fname):
zip_safe=False,
python_requires=">=3.7",
install_requires=[
"cookiecutter>=2.0.1",
"pytest>=3.9.0",
"cookiecutter>=1.4.0",
"pytest>=3.9.0", # adds tmp_path fixtures
"pyyaml>=5.3.1", # matches cookiecutter 2.1.0
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit ef67d00

Please sign in to comment.