PyFlowery/pyproject.toml

20 lines
425 B
TOML
Raw Normal View History

2024-09-15 23:12:30 -04:00
[tool.poetry]
name = "pyflowery"
2024-09-17 23:31:50 -04:00
version = "1.0.4"
2024-09-15 23:12:30 -04:00
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"
2024-09-15 23:43:58 -04:00
aiohttp = "^3.9.5"
2024-09-15 23:12:30 -04:00
[tool.poetry.group.dev.dependencies]
pylint = "^3.2.7"
ruff = "^0.6.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"