Skip to content

Commit 979b271

Browse files
committed
Added back install.yml, .gitignore files
1 parent 229bac4 commit 979b271

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.pydevproject
2+
*.project
3+
*.egg-info
4+
*.class
5+
*.pyo
6+
*.pyc
7+
*.db
8+
*.sqlite
9+
*.DS_Store
10+
.idea/
11+
services.yml

install.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This file should be committed to your app code.
2+
version: 1.1
3+
# This should be greater or equal to your tethys-platform in your environment
4+
tethys_version: ">=4.0.0"
5+
# This should match the app - package name in your setup.py
6+
name: map_layout_tutorial
7+
8+
requirements:
9+
# Putting in a skip true param will skip the entire section. Ignoring the option will assume it be set to False
10+
skip: false
11+
conda:
12+
channels:
13+
- conda-forge
14+
packages:
15+
- pandas
16+
pip:
17+
18+
npm:
19+
20+
post:

0 commit comments

Comments
 (0)