image downloader service added

This commit is contained in:
garaev kamil 2025-12-06 06:41:25 +03:00
parent 1012ac22b6
commit 74d6adf23a
6 changed files with 412 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[project]
name = "image-storage"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.123.10",
"httpx>=0.28.1",
"python-multipart>=0.0.20",
"uvicorn>=0.38.0",
]