Add missing req async_generator

This commit is contained in:
Liam Young
2018-04-19 08:26:39 +00:00
parent be24513e1c
commit fc0dc48201

View File

@@ -8,6 +8,7 @@ from setuptools.command.test import test as TestCommand
version = "0.0.1.dev1"
install_require = [
'async_generator',
'hvac',
'jinja2',
'juju',