From 626574aa9851f7f2d1c41bbc725d494012144890 Mon Sep 17 00:00:00 2001 From: Priyanshu Prajapati <98478305+PentesterPriyanshu@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:36:55 +0530 Subject: [PATCH] Create .gitpod.yml added gitpod configuration file for gitpod users ho are contributing in ths repo --- .gitpod.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..b1c4d2ba --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# This configuration file was automatically generated by Gitpod. +# 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 + +