Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Apr 9, 2024
1 parent 69583d4 commit 3c85aac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80

[project]
dependencies = [
{file = "../requirements.txt"},
]

[project.optional-dependencies]
test = ["pytest", "pytest-flakes"]

0 comments on commit 3c85aac

Please sign in to comment.