17 lines
222 B
TOML
Raw Normal View History

2018-06-15 19:54:16 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
mattermostdriver = "*"
flask = "*"
2018-06-16 14:23:24 +00:00
pyyaml = "*"
python-slugify = "*"
2018-06-16 14:29:23 +00:00
gunicorn = "*"
2018-06-15 19:54:16 +00:00
[dev-packages]
[requires]
python_version = "3.4"