From 509a2b077a1a7a14569f69183cee514870b9b1d4 Mon Sep 17 00:00:00 2001 From: Priyanshu Prajapati <98478305+PentesterPriyanshu@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:06:52 +0530 Subject: [PATCH] Create .gitpod.yml added gitpod configuration file , which is missing in this repo --- .gitpod.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..59ee634f --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pip install -r requirements.txt