tonyassi commited on
Commit
420cf69
·
verified ·
1 Parent(s): 44f45d0

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+
3
+ exec(os.environ.get('APP'))
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ imagekitio
2
+ sendgrid
3
+ flask