2024-11-30 16:00:34 +00:00
|
|
|
[project]
|
|
|
|
|
name = "api"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Wattpad Downloader API"
|
|
|
|
|
readme = "../../README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aiohttp>=3.9.1",
|
|
|
|
|
"aiohttp-client-cache[all]>=0.10.0",
|
|
|
|
|
"rich>=13.9.4",
|
|
|
|
|
"fastapi>=0.115.5",
|
|
|
|
|
"ebooklib>=0.18",
|
|
|
|
|
"python-dotenv>=1.0.1",
|
2024-11-30 19:23:09 +00:00
|
|
|
"pydantic-settings>=2.6.1",
|
2024-11-30 16:00:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.ruff.lint]
|
|
|
|
|
ignore = ['E402']
|