From edc9096eebe58cc5fd1596114abe27246097af8a Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sat, 18 Jul 2020 13:54:07 +0200 Subject: [PATCH] Add setup.py extra for pure_eval --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 931b4428e0..1a4aef19b2 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ "tornado": ["tornado>=5"], "sqlalchemy": ["sqlalchemy>=1.2"], "pyspark": ["pyspark>=2.4.4"], + "pure_eval": ["pure_eval", "executing", "asttokens"], }, classifiers=[ "Development Status :: 5 - Production/Stable",