Merge pull request #1617 from jbergknoff-rival/jbergknoff/cognito

Implement some of cognito-idp
This commit is contained in:
Steve Pulec 2018-05-30 20:23:11 -04:00 committed by GitHub
commit 4198abfd24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1372 additions and 2 deletions

View file

@ -19,6 +19,7 @@ install_requires = [
"pyaml",
"pytz",
"python-dateutil<3.0.0,>=2.1",
"python-jose<3.0.0",
"mock",
"docker>=2.5.1",
"jsondiff==1.1.1",