bumper/Pipfile
2019-06-05 00:11:38 -04:00

25 lines
357 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
hbmqtt = "*"
aiohttp = "*"
tinydb = "*"
pyyaml = ">=4.2b1"
[dev-packages]
black = "*"
coverage = "*"
mock = "*"
pylint = "*"
pbr = "*"
pytest-asyncio = "*"
pytest-aiohttp = "*"
pytest-cov = "*"
testfixtures = "*"
codecov = "*"
[pipenv]
allow_prereleases = true