We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e601a7e + 35cc096 commit dada9a3Copy full SHA for dada9a3
setup.py
@@ -22,6 +22,9 @@
22
# be fixed in doit)
23
'doit' if sys.version_info[0]>2 else 'doit <0.30',
24
25
+ # doit requires cloudpickle but does not specify the dependency
26
+ 'cloudpickle',
27
+
28
## tox
29
# because tox.ini is currently the master list of
30
# tests/environments, some of tox is required - just the
0 commit comments