mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
switch to uv and remove old logo.svg
This commit is contained in:
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "mediamanager"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"bencoder>=0.2.0",
|
||||
"cachetools>=6.0.0",
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"fastapi-restful[all]>=0.6.0",
|
||||
"fastapi-users[sqlalchemy]>=14.0.1",
|
||||
"httpx>=0.28.1",
|
||||
"httpx-oauth>=0.16.1",
|
||||
"jsonschema>=4.24.0",
|
||||
"patool>=4.0.1",
|
||||
"psycopg[binary]>=3.2.9",
|
||||
"pydantic>=2.11.5",
|
||||
"pydantic-settings>=2.9.1",
|
||||
"python-json-logger>=3.3.0",
|
||||
"qbittorrent-api>=2025.5.0",
|
||||
"requests>=2.32.3",
|
||||
"sqlalchemy>=2.0.41",
|
||||
"starlette>=0.46.2",
|
||||
"tmdbsimple>=2.9.1",
|
||||
"tvdb-v4-official>=1.1.0",
|
||||
"typing-inspect>=0.9.0",
|
||||
"uvicorn>=0.34.2",
|
||||
]
|
||||
Reference in New Issue
Block a user