PyFlowery/pyproject.toml
cswimr d585072d3e
All checks were successful
Actions / lint (push) Successful in 16s
Actions / build (push) Successful in 19s
(1.0.2) added get_voice() method and added handling for if the request code of get_tts() is between 400 and 600
2024-09-16 09:07:27 -04:00

19 lines
425 B
TOML

[tool.poetry]
name = "pyflowery"
version = "1.0.2"
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.9.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"