Skip to content

Commit dada9a3

Browse files
authored
Merge pull request #16 from pyviz/cloudpickle
Add cloudpickle requirement
2 parents e601a7e + 35cc096 commit dada9a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
# be fixed in doit)
2323
'doit' if sys.version_info[0]>2 else 'doit <0.30',
2424

25+
# doit requires cloudpickle but does not specify the dependency
26+
'cloudpickle',
27+
2528
## tox
2629
# because tox.ini is currently the master list of
2730
# tests/environments, some of tox is required - just the

0 commit comments

Comments
 (0)