diff --git a/pyproject.toml b/pyproject.toml index 5a8eaa1..2852a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] \ No newline at end of file