-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (35 loc) · 1.16 KB
/
pyproject.toml
File metadata and controls
38 lines (35 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[tool.poetry]
name = "DUMB"
version = "2.4.1"
description = "Debrid Unlimited Media Bridge (DUMB) is an all-in-one, containerized platform for managing and automating media workflows using premium debrid services like Real-Debrid."
authors = ["I-am-PUID-0 <36779668+I-am-PUID-0@users.noreply.github.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11"
python-dotenv = ">=1.1.0,<2.0.0"
regex = ">=2024.11.6,<2027.0.0"
schedule = ">=1.2.2,<2.0.0"
psutil = ">=7.0.0,<8.0.0"
plexapi = ">=4.16.1,<5.0.0"
requests = ">=2.32.3,<3.0.0"
packaging = ">=24.2,<27.0"
ruamel-yaml = ">=0.18.10,<0.20.0"
colorlog = ">=6.9.0,<7.0.0"
pydantic = ">=2.11.2,<3.0.0"
fastapi = "^0.136.0"
uvicorn = "^0.44.0"
psycopg2 = ">=2.9.10,<3.0.0"
websockets = ">=15.0.1,<17.0.0"
jsonschema = ">=4.23.0,<5.0.0"
scalar-fastapi = ">=1.0.3,<2.0.0"
pyyaml = ">=6.0.2,<7.0.0"
xmltodict = ">=0.14.2,<2.0.0"
starlette = ">=1.0.0,<2.0.0"
pyjwt = ">=2.10.1,<3.0.0"
passlib = {extras = ["bcrypt"], version = ">=1.7.4,<2.0.0"}
[tool.poetry.group.dev.dependencies]
black = ">=25.1.0,<27.0.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"