Skip to content

Commit

Permalink
Add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn committed Jul 30, 2024
1 parent f4ded04 commit a6dd954
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,15 @@ dependencies = [
]
version = "0.0.1"

[project.optional-dependencies]
dev = [
"livereload",
"sst",
"coverage",
"django-silk==5.1.0",
"pre-commit",
"black==24.4.2",
]

[tool.setuptools]
packages = ["arches_lingo"]

0 comments on commit a6dd954

Please sign in to comment.