bumper/Pipfile
Brian Martin 5efd5112a2 Cleanup remaining contextvar
Remove remaining context vars
Fix minor formatting
Rename bumper.py to run_bumper.py to remove conflict with module name
2019-03-18 13:13:38 -04:00

20 lines
266 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 = "*"
pylint = "*"
[pipenv]
allow_prereleases = true