cammiechat/Pipfile

15 lines
185 B
TOML
Raw Permalink Normal View History

2018-12-04 21:12:34 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gunicorn = "*"
flask = "*"
"python-mpd2" = "*"
[dev-packages]
[requires]
2018-12-04 21:16:50 +01:00
python_version = "3.6"