main
Iliana Weller 2017-07-03 18:34:42 -05:00
parent 1a00853295
commit a9c87360e0
No known key found for this signature in database
GPG Key ID: DCE341C8E949BC81
2 changed files with 10 additions and 0 deletions

View File

@ -1,7 +1,9 @@
coverage==4.3.4
Flask==0.12
Flask-Bootstrap==3.3.7.1
Werkzeug==0.12
simplejson
requests
arrow
zappa

8
zappa_settings.json Normal file
View File

@ -0,0 +1,8 @@
{
"dev": {
"app_function": "kappa123.server.__init__.app",
"aws_region": "us-west-2",
"profile_name": "gdqdotmoe",
"s3_bucket": "zappa-n2am4xeny"
}
}