Initial commit

This commit is contained in:
2025-12-21 00:07:51 -05:00
commit 18eb2d611f
9 changed files with 1259 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[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",
]