summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-31 21:41:50 +0100
committerGitHub <noreply@github.com>2023-10-31 21:41:50 +0100
commitad8aac06e7836c6fde74031d14d738efe2862de2 (patch)
treec28027a6ce33ec7f36a15e980f4fed67c7a3aa50
parentMerge pull request #1201 from ahobsonsayers/add-missing-flask-dependancy (diff)
parentCreate .gitpod.yml (diff)
downloadgpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.tar
gpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.tar.gz
gpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.tar.bz2
gpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.tar.lz
gpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.tar.xz
gpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.tar.zst
gpt4free-ad8aac06e7836c6fde74031d14d738efe2862de2.zip
-rw-r--r--.gitpod.yml7
1 files changed, 7 insertions, 0 deletions
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