Ryan Rix 2017-07-03 18:52:21 -05:00
commit e734210e12
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"
}
}