Skip to content

Commit

Permalink
Add back in pyyaml as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Feb 28, 2024
1 parent 223afaf commit 73033dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 73033dc

Please sign in to comment.