File uploader

This commit is contained in:
IgorVolochay
2025-11-14 16:27:04 +03:00
parent 3a3d3abf98
commit 1c6ab276c8
5 changed files with 273 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "drop-me-files-analog"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.121.1",
"python-multipart>=0.0.20",
"uvicorn>=0.38.0",
]