diff --git a/frappe/utils/redis_wrapper.py b/frappe/utils/redis_wrapper.py index 295fc44801..1fd8c10d13 100644 --- a/frappe/utils/redis_wrapper.py +++ b/frappe/utils/redis_wrapper.py @@ -3,8 +3,7 @@ from __future__ import unicode_literals import redis, frappe, re -# from six.moves import cPickle as pickle -import dill as pickle +from six.moves import cPickle as pickle from frappe.utils import cstr from six import iteritems diff --git a/requirements.txt b/requirements.txt index 0949f7a5e0..c3164e2485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,6 +46,5 @@ premailer croniter googlemaps mycli -dill braintree future \ No newline at end of file