Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
added build system to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FAReTek1 committed Oct 30, 2024
1 parent 80907a9 commit 39163c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ version = "0.0.1"
dependencies = ["requests", "colorama", "setuptools"]

[project.optional-dependencies]
dev = ["faretek1"]
dev = ["faretek1"]

[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel"] # PEP 508 specifications.

0 comments on commit 39163c4

Please sign in to comment.