Skip to content

Commit

Permalink
Dev-dependencies specified in pyproject.toml
Browse files Browse the repository at this point in the history
Can install using `pip install -e ".[dev]"`
  • Loading branch information
JorisVincent committed Mar 15, 2023
1 parent ffe6c99 commit 5528cad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Expand Up @@ -35,6 +35,13 @@ dependencies = [
]


[project.optional-dependencies]
dev = [
"pytest",
"black",
"pyupgrade",
"flake8"
]

[project.urls]
repository = "https://github.com/computational-psychology/stimupy.git"
Expand Down

0 comments on commit 5528cad

Please sign in to comment.