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