Skip to content

Commit

Permalink
Merge pull request #54 from valentingol/master
Browse files Browse the repository at this point in the history
Make pyyaml req more flexible
  • Loading branch information
SalzingerJ authored Aug 28, 2024
2 parents 056c78d + 07c08c7 commit 1febd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dynamic = ["readme", "version"]
dependencies = ["pyyaml==6.0", "mock==4.0.3"]
dependencies = ["pyyaml>=6,<7", "mock==4.0.3"]

[tool.setuptools]
packages = ["yaecs"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyyaml>=6.0,<7
pyyaml>=6,<7
mock==4.0.3

0 comments on commit 1febd5f

Please sign in to comment.