-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (43 loc) · 1005 Bytes
/
pyproject.toml
File metadata and controls
43 lines (43 loc) · 1005 Bytes
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
39
40
41
42
43
[project]
name = "audible-sync"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"annotated-types==0.7.0",
"anyio==4.9.0",
"audible==0.10.0",
"beautifulsoup4==4.13.3",
"certifi==2025.1.31",
"click==8.1.8",
"click-default-group==1.2.4",
"exceptiongroup==1.2.2",
"fastapi==0.115.12",
"ffmpeg-python==0.2.0",
"future==1.0.0",
"h11==0.14.0",
"httpcore==1.0.7",
"httpx==0.28.1",
"idna==3.10",
"pbkdf2==1.3",
"pillow==11.1.0",
"pluggy==1.5.0",
"pyaes==1.6.1",
"pyasn1==0.6.1",
"pydantic==2.11.1",
"pydantic-core==2.33.0",
"python-dateutil==2.9.0.post0",
"rsa==4.9",
"six==1.17.0",
"sniffio==1.3.1",
"soupsieve==2.6",
"sqlite-fts4==1.0.3",
"sqlite-utils==3.38",
"starlette==0.46.1",
"tabulate==0.9.0",
"tqdm==4.67.1",
"typing-extensions==4.13.0",
"typing-inspection==0.4.0",
"uvicorn==0.34.0",
]