Add requirements for Route53.
This commit is contained in:
parent
f6e166c96d
commit
7eb7704506
2 changed files with 4 additions and 0 deletions
|
|
@ -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 |
|
| ELB | @mock_elb | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------|
|
||||||
|
| Route53 | @mock_route53 | core endpoints done |
|
||||||
|
|------------------------------------------------------------------------------|
|
||||||
| S3 | @mock_s3 | core endpoints done |
|
| S3 | @mock_s3 | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------|
|
||||||
| SES | @mock_ses | core endpoints done |
|
| SES | @mock_ses | core endpoints done |
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -4,9 +4,11 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"boto",
|
"boto",
|
||||||
|
"dicttoxml",
|
||||||
"flask",
|
"flask",
|
||||||
"httpretty>=0.6.1",
|
"httpretty>=0.6.1",
|
||||||
"Jinja2",
|
"Jinja2",
|
||||||
|
"xmltodict",
|
||||||
]
|
]
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue