bumper/Pipfile
2019-12-31 12:53:43 -05:00

31 lines
476 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
hbmqtt = "~=0.9"
aiohttp = "~=3.6"
tinydb = "~=3.15"
pyyaml = "~=5.2"
atomicwrites = "~=1.3"
yarl = "~=1.3.0"
multidict = "~=4.5.2"
[dev-packages]
black = "*"
coverage = "*"
mock = "*"
pylint = "*"
pbr = "*"
pytest-aiohttp = "*"
pytest-cov = "*"
testfixtures = "*"
codecov = "*"
autoflake = "*"
pytest-env = "*"
pytest = "*"
pytest-asyncio = "*"
[pipenv]
allow_prereleases = true