PyFlowery/pyproject.toml
cswimr 4becff70e6
Some checks failed
Actions / lint (push) Failing after 11s
Actions / build (push) Successful in 13s
version 1.0.0
2024-09-15 23:12:30 -04:00

19 lines
426 B
TOML

[tool.poetry]
name = "pyflowery"
version = "1.0.0"
description = "A Python API wrapper for the Flowery API"
authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
license = "GPL 3.0-only"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
aiohttp = "^3.10.5"
[tool.poetry.group.dev.dependencies]
pylint = "^3.2.7"
ruff = "^0.6.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"