Add heroku app

This commit is contained in:
Qiusheng Wu
2020-07-20 22:11:58 -04:00
parent d7fd510efa
commit c32d92211a
3 changed files with 5 additions and 0 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: voila --port=$PORT --no-browser --strip_sources=False --enable_nbextensions=True ./

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
voila
# geemap
git+git://github.com/giswqs/geemap.git

1
runtime.txt Normal file
View File

@@ -0,0 +1 @@
python-3.7.7