From 6d7bd18d52388b1bbf6e1acf401fe1eb91b1d681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radom=C3=ADr=20Bos=C3=A1k?= Date: Thu, 9 Mar 2017 20:56:44 +0100 Subject: [PATCH] Fix behave tests by adding asteval dependency (#469) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e96973be..f6097064 100644 --- a/setup.py +++ b/setup.py @@ -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={