forked from nihonium/nyanimedb
image downloader service added
This commit is contained in:
parent
1012ac22b6
commit
74d6adf23a
6 changed files with 412 additions and 0 deletions
12
modules/image_storage/pyproject.toml
Normal file
12
modules/image_storage/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue