summaryrefslogtreecommitdiff
path: root/requirements-py2.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-10-19 19:52:03 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-19 10:49:50 -0800
commitf3e4bb08631403df83d79a57ea5e71bfc18a2d0e (patch)
tree6210415f22a2a3895453c88061f0275ebe5319c7 /requirements-py2.txt
parentdac5723fa5c2bb90bef09a934372b8a6358155bb (diff)
downloadtaskflow-f3e4bb08631403df83d79a57ea5e71bfc18a2d0e.tar.gz
Use wrapt to provide the deprecated class proxy
Instead of having our own mini-proxy class use the robustness (and correctness) that the wrapt library provides to implement a more compliant object proxy that handles edge-cases better than our own. Also adds a few basic sanity tests to ensure that the moved/deprecated classes operate as we want them to. Change-Id: Ib7ca832700583d3ca5e175cb322aa00543cbc475
Diffstat (limited to 'requirements-py2.txt')
-rw-r--r--requirements-py2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements-py2.txt b/requirements-py2.txt
index 0827e7e..a1de666 100644
--- a/requirements-py2.txt
+++ b/requirements-py2.txt
@@ -13,6 +13,9 @@ ordereddict
# Python 2->3 compatibility library.
six>=1.7.0
+# For proxying objects and making correct decorators
+wrapt>=1.7.0
+
# Very nice graph library
networkx>=1.8