Merge pull request #1174 from terrycain/acm

ACM Implementation
This commit is contained in:
Jack Danger 2017-09-25 14:36:08 -07:00 committed by GitHub
commit 8e79fadb0f
18 changed files with 1251 additions and 0 deletions

View file

@ -7,6 +7,7 @@ install_requires = [
"boto>=2.36.0",
"boto3>=1.2.1",
"cookies",
"cryptography>=2.0.0",
"requests>=2.5",
"xmltodict",
"dicttoxml",