Skip to content

Commit

Permalink
For the HF Beauty Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 24, 2024
1 parent a1b0dea commit 734f241
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,23 @@ dependencies = [ # add all the dependencies from requirements.in here, too
dynamic = ["readme", "version"]

[project.optional-dependencies]
coverage = ["coverage==7.6.1"]
formatting = ["black==24.8.0", "isort==5.13.2"]
linting = ["pylint==3.2.7"]
spellcheck = ["codespell==2.3.0"]
test_packaging = ["build==1.2.2", "twine==5.1.1"]
coverage = [
"coverage==7.6.1"
]
formatting = [
"black==24.8.0",
"isort==5.13.2"
]
linting = [
"pylint==3.2.7"
]
spellcheck = [
"codespell==2.3.0"
]
test_packaging = [
"build==1.2.2",
"twine==5.1.1"
]
tests = [
"pydantic==2.9.2",
"pytest==8.3.3",
Expand Down

0 comments on commit 734f241

Please sign in to comment.