codeSearch/pyproject.toml

23 lines
496 B
TOML

[tool.poetry]
name = "fault-code-finder"
version = "0.1.0"
description = "고장 코드 검색 애플리케이션"
authors = ["신평-Choi KyungHwan"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
flet = "^0.21.0"
pandas = "^2.2.0"
openpyxl = "^3.1.2"
flet-core = "^0.21.0"
flet-runtime = "^0.21.0"
pillow = "^10.2.0"
[tool.poetry.group.dev.dependencies]
black = "^24.1.0"
isort = "^5.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"