Skip to content

Commit

Permalink
Add setup.py extra for pure_eval (#763)
Browse files Browse the repository at this point in the history
Related: #762 and #748
  • Loading branch information
alexmojaki authored Jul 19, 2020
1 parent 2b8d96d commit b117955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b117955

Please sign in to comment.