2024-12-28 10:40:12 -05:00
|
|
|
[project]
|
|
|
|
name = "downloader"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Add your description here"
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.12"
|
2025-02-13 10:48:54 -06:00
|
|
|
dependencies = ["aiohttp>=3.11.12", "flask[async]>=3.1.0", "hypercorn>=0.17.3"]
|
2024-12-28 10:40:12 -05:00
|
|
|
|
|
|
|
[dependency-groups]
|
2025-02-13 10:48:54 -06:00
|
|
|
dev = ["pylint>=3.3.4", "ruff>=0.9.6"]
|
2025-02-13 20:14:48 -06:00
|
|
|
|
|
|
|
[tool.basedpyright]
|
|
|
|
typeCheckingMode = "off"
|