Skip to content

Commit b117955

Browse files
authored
Add setup.py extra for pure_eval (getsentry#763)
Related: getsentry#762 and getsentry#748
1 parent 2b8d96d commit b117955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"tornado": ["tornado>=5"],
3838
"sqlalchemy": ["sqlalchemy>=1.2"],
3939
"pyspark": ["pyspark>=2.4.4"],
40+
"pure_eval": ["pure_eval", "executing", "asttokens"],
4041
},
4142
classifiers=[
4243
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)