18 lines
256 B
TOML
18 lines
256 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
pygame = "*"
|
|
websocket-client = "*"
|
|
miniirc = "*"
|
|
toml = "*"
|
|
num2words = "*"
|
|
pyaudio = "*"
|
|
soundfile = "*"
|
|
numpy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|