bumper/Pipfile
2019-03-11 23:18:23 -04:00

18 lines
242 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
hbmqtt = "*"
aiohttp = "*"
tinydb = "*"
pyyaml = ">=4.2b1"
[dev-packages]
black = "*"
nose = "*"
coverage = "*"
[pipenv]
allow_prereleases = true