From 96c0f6444f3a8f3d18d26ef56ff3fa4a961af871 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 29 Jan 2015 07:52:48 -0500 Subject: [PATCH] Add reportlab to overrides Wheel files specify Python 3 version support. --- caniusepython3/overrides.json | 1 + 1 file changed, 1 insertion(+) diff --git a/caniusepython3/overrides.json b/caniusepython3/overrides.json index b5ed126..0a1ddf3 100644 --- a/caniusepython3/overrides.json +++ b/caniusepython3/overrides.json @@ -25,6 +25,7 @@ "python-neutronclient": "https://pypi.python.org/pypi/python-neutronclient", "pyvirtualdisplay": "https://pypi.python.org/pypi/PyVirtualDisplay", "regex": "https://pypi.python.org/pypi/regex", + "reportlab": "https://pypi.python.org/pypi/reportlab", "rsa": "https://pypi.python.org/pypi/rsa", "ssh": "https://github.com/bitprophet/ssh/", "ssl": "http://docs.python.org/3/library/ssl.html",