bumper/Pipfile
Brian Martin d4414bd150 Reworking tests
Reworking tests with pytest
2019-05-31 22:06:54 -04:00

23 lines
324 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 = "*"
[pipenv]
allow_prereleases = true