add ipython as dev dependency

This commit is contained in:
lilly 2026-05-05 19:21:42 +02:00
commit e59bdcadb0
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 218 additions and 1 deletions

View file

@ -10,10 +10,14 @@ dependencies = [
]
classifiers = ["Private :: Do Not Upload"]
[dependency-groups]
dev = [
"ipython",
]
[project.scripts]
"dooris-api" = "dooris_api:main"
[build-system]
requires = ["flit_core >=3.11,<5"]
build-backend = "flit_core.buildapi"