We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229bac4 commit 979b271Copy full SHA for 979b271
.gitignore
@@ -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
@@ -0,0 +1,20 @@
+# This file should be committed to your app code.
+version: 1.1
+# This should be greater or equal to your tethys-platform in your environment
+tethys_version: ">=4.0.0"
+# This should match the app - package name in your setup.py
+name: map_layout_tutorial
+
+requirements:
+ # Putting in a skip true param will skip the entire section. Ignoring the option will assume it be set to False
+ skip: false
+ conda:
12
+ channels:
13
+ - conda-forge
14
+ packages:
15
+ - pandas
16
+ pip:
17
18
+ npm:
19
20
+post:
0 commit comments