Downloader/pyproject.toml
cswimr 0320b7531f
Some checks failed
Actions / Lint (push) Successful in 16s
Actions / Build and Push Images (push) Failing after 1m13s
chore(deps): install flask with async extra
2025-02-13 10:48:54 -06:00

10 lines
278 B
TOML

[project]
name = "downloader"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["aiohttp>=3.11.12", "flask[async]>=3.1.0", "hypercorn>=0.17.3"]
[dependency-groups]
dev = ["pylint>=3.3.4", "ruff>=0.9.6"]