Fix behave tests by adding asteval dependency

This commit is contained in:
Radomír Bosák 2017-03-07 12:16:46 +01:00
parent 2031902f1c
commit efd1771c94

View file

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