Исправлена 405 ошибка

This commit is contained in:
IgorVolochay
2025-11-21 14:37:19 +03:00
parent 1c6ab276c8
commit b6fded6526
6 changed files with 34 additions and 50 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",
]