mimi/pyproject.toml
2024-09-13 19:18:01 +08:00

21 lines
445 B
TOML

[tool.poetry]
name = "mimi"
version = "0.1.0"
description = "defi app prototype for the polyfintech100 api hackathon"
authors = ["Mark Joshwel <mark@joshwel.co>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
flet = "^0.24.1"
tomlantic = "^0.2.1"
web3py-ext = "^1.0.3"
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.4"
mypy = "^1.11.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"