mimi/pyproject.toml

21 lines
445 B
TOML
Raw Normal View History

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