# This file may 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:

# see tethys documentation for how to setup this file
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:
    channels:
    packages:
  pip:
  # Add JavaScript packages and versions under npm as a key value pair
  # If you include JavaScript packages it is recommended the you include "nodejs" as a conda package.
  npm:
   # package_name: 1.0
post: