Files
radio2/Pipfile
2022-05-26 14:20:13 +02:00

19 lines
283 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
pyobjc-core = "*"
pyobjc-framework-usernotifications = "*"
pyobjc-framework-cocoa = "*"
pandas = "*"
numpy = "*"
matplotlib = "*"
[dev-packages]
[requires]
python_version = "3.9"