Remove dicttoxml.

This commit is contained in:
Steve Pulec 2015-02-03 17:04:36 -05:00
parent 170d09b64c
commit 5e8539d48e

View File

@ -5,7 +5,6 @@ from setuptools import setup, find_packages
install_requires = [
"Jinja2",
"boto",
"dicttoxml",
"flask",
"httpretty>=0.6.1",
"requests",