From 7b7566bac8e2df14e17631980a7fbf2df68cf116 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Tue, 25 Jun 2013 10:19:42 -0700 Subject: 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') 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 -- cgit