Add requirements for Route53.

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

View File

@ -69,6 +69,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv
|------------------------------------------------------------------------------|
| ELB | @mock_elb | core endpoints done |
|------------------------------------------------------------------------------|
| Route53 | @mock_route53 | core endpoints done |
|------------------------------------------------------------------------------|
| S3 | @mock_s3 | core endpoints done |
|------------------------------------------------------------------------------|
| SES | @mock_ses | core endpoints done |

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