17 lines
214 B
TOML
17 lines
214 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
parse = "*"
|
|
eyed3 = "*"
|
|
ffmpeg-python = "*"
|
|
pyinstaller = "*"
|
|
mutagen = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|