forked from seanap/auto-m4b
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPipfile
More file actions
executable file
·47 lines (42 loc) · 860 Bytes
/
Pipfile
File metadata and controls
executable file
·47 lines (42 loc) · 860 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
44
45
46
47
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
inflect = "*"
humanize = "*"
ffmpeg = "*"
ffmpeg-python = "==0.2.0"
numpy = "*"
pydantic = "*"
tinta = "==0.1.7b5-post1"
python-dotenv = "*"
columnar = "*"
python-ffmpeg = "*"
cachetools = "*"
types-cachetools = "*"
rapidfuzz = "*"
bidict = "*"
regex = "*"
mutagen = "*"
[dev-packages]
ruff = "*"
black = "*"
mypy = "*"
pytest = "*"
pytest-asyncio = "*"
pillow = "*"
pytest-order = "*"
pytest-skip-slow = "*"
[requires]
python_version = "3.12"
[pipenv]
allow_prereleases = true
[scripts]
app = "python src -l 1"
forever = "python src -l -1"
docker = "python -u src -l -1"
tests = "python -m pytest -c pyproject.toml"
fix-ffprobe = "scripts/fix-ffprobe.sh"
install-docker-m4b-tool = "scripts/install-docker-m4b-tool.sh"
start-docker-m4b-tool = "scripts/start-docker.sh"