Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore: move requirements to requirements folder
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Dec 24, 2024
1 parent 1e32309 commit 3816a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
dependencies = { file = "requirements.txt" }
optional-dependencies = { dev = { file = ["requirements-dev.txt"] } }
dependencies = { file = "requirements/requirements.txt" }
optional-dependencies = { dev = { file = [
"requirements/requirements-dev.txt",
] } }
File renamed without changes.
File renamed without changes.

0 comments on commit 3816a74

Please sign in to comment.