Skip to content

Commit

Permalink
Add distributed to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arbennett committed May 8, 2019
1 parent 515adf2 commit 8dbea65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
'matplotlib',
'geopandas',
'shapely',
'seaborn'
'seaborn',
'distributed'
],
include_package_data=True,
test_suite='pysumma.tests')

0 comments on commit 8dbea65

Please sign in to comment.