Add missing dependency for asteval.

This commit is contained in:
moyercw 2017-01-14 01:26:22 +00:00
parent cefc2db8b7
commit 889b762247

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={