Files
threads/pyproject.toml
T
2025-12-21 00:07:51 -05:00

12 lines
307 B
TOML

[project]
name = "clothing-upload-bot"
version = "0.1.0"
description = "Bot used as part of Filoxen Research Facilities to automatically upload clothing"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.126.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]