Add requirements for Route53.

This commit is contained in:
Steve Pulec 2014-01-11 20:29:59 -05:00
commit 7eb7704506
2 changed files with 4 additions and 0 deletions

View file

@ -4,9 +4,11 @@ from setuptools import setup, find_packages
install_requires = [
"boto",
"dicttoxml",
"flask",
"httpretty>=0.6.1",
"Jinja2",
"xmltodict",
]
import sys