add ipython as dev dependency
This commit is contained in:
parent
8ea3e70c97
commit
e59bdcadb0
2 changed files with 218 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue