Skip to content
Prev Previous commit
Next Next commit
Add back in pyyaml as a dependency
  • Loading branch information
jcjones committed Feb 28, 2024
commit 73033dcf3dc3f3ccc22cbe995b55d22915bf1d97
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- pyyaml
- pytest
- repo: https://github.com/abravalheri/validate-pyproject
rev: main
rev: v0.16
hooks:
- id: validate-pyproject
- repo: local
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
]
keywords = ["database", "mariadb"]
install_requires = [
"pyyaml",
dependencies = [
"pyyaml"
]
requires-python = ">=3.8"
readme = "README.md"
Expand Down