diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-31 21:41:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 21:41:50 +0100 |
commit | ad8aac06e7836c6fde74031d14d738efe2862de2 (patch) | |
tree | c28027a6ce33ec7f36a15e980f4fed67c7a3aa50 | |
parent | Merge pull request #1201 from ahobsonsayers/add-missing-flask-dependancy (diff) | |
parent | Create .gitpod.yml (diff) | |
download | gpt4free-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 |
Diffstat (limited to '')
-rw-r--r-- | .gitpod.yml | 7 |
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 |