14 lines
294 B
TOML
14 lines
294 B
TOML
[project]
|
|
name = "threads"
|
|
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",
|
|
"httpx>=0.25.0",
|
|
]
|
|
|
|
|