Skip to content

Commit 35cc096

Browse files
committed
Add cloudpickle requirement
1 parent e601a7e commit 35cc096

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)