bumper/Pipfile
Brian Martin 01d13e0264 add jinja2
Add jinja2/aiohttp_jinja2
- Update handle_base and template to show status
2020-01-02 01:16:43 -05:00

33 lines
510 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"
aiohttp-jinja2 = "*"
jinja2 = "*"
[dev-packages]
black = "*"
coverage = "*"
mock = "*"
pylint = "*"
pbr = "*"
pytest-aiohttp = "*"
pytest-cov = "*"
testfixtures = "*"
codecov = "*"
autoflake = "*"
pytest-env = "*"
pytest = "*"
pytest-asyncio = "*"
[pipenv]
allow_prereleases = true