From fc3ff60999f327815920f97f02f4867df843599c Mon Sep 17 00:00:00 2001 From: Bpowers4 Date: Mon, 23 Dec 2019 06:26:58 +0000 Subject: [PATCH] Add Gitpod config --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..7fe21734f --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: pip install -r ./requirements.txt +image: gitpod/workspace-full