bumper/Pipfile
Brian Martin 616729e97f full coverage for init
full coverage for init
- 100% coverage of db operations
2019-03-13 21:07:29 -04:00

19 lines
253 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 = "*"
mock = "*"
[pipenv]
allow_prereleases = true