Fix behave tests by adding asteval dependency (#469)

This commit is contained in:
Radomír Bosák 2017-03-09 20:56:44 +01:00
parent 549a3e9d8f
commit 095369f705

View file

@ -89,6 +89,7 @@ setup(
"keyring>=7.3",
"passlib>=1.6.2",
"pyxdg>=0.25",
"asteval>=0.9.8",
] + [p for p, cond in conditional_dependencies.items() if cond],
long_description=__doc__,
entry_points={