summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorDan Smith <danms@us.ibm.com>2013-06-25 10:19:42 -0700
committerDan Smith <danms@us.ibm.com>2013-06-27 06:38:16 -0700
commit7b7566bac8e2df14e17631980a7fbf2df68cf116 (patch)
tree1871bf93bbecc3876bd283aad32651a7f9098fb4 /requirements.txt
parent42931aaee80a18c855a4b350342f7aa376eb024c (diff)
downloadoslo-7b7566bac8e2df14e17631980a7fbf2df68cf116.tar.gz
oslo-7b7566bac8e2df14e17631980a7fbf2df68cf116.tar.xz
oslo-7b7566bac8e2df14e17631980a7fbf2df68cf116.zip
Add netaddr.IPAddress support to to_primitive()
This enlightens jsonutils.to_primitive() about how to serialize netaddr.IPAddress objects. Since these types are serializable in their native form with just string coercion, just do that here. Fixes bug 1195097 Change-Id: I358b0731e4d3774e5b36aefb5384fdfb75fd31b6
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index ec6dbdd..552f84b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,3 +15,4 @@ SQLAlchemy>=0.7.8,<=0.7.9
http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config-1.2.0a2
qpid-python
six
+netaddr