From 8edd503d2d413295ab29445eb269a57731c59664 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 02:19:14 +0530 Subject: updated ReadMe --- .github/workflows/Codecov.yaml | 1 - .github/workflows/Flask-Tests.yaml | 1 - README.md | 6 ++++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Codecov.yaml b/.github/workflows/Codecov.yaml index f5ef4bc..01e754d 100644 --- a/.github/workflows/Codecov.yaml +++ b/.github/workflows/Codecov.yaml @@ -23,7 +23,6 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest-cov diff --git a/.github/workflows/Flask-Tests.yaml b/.github/workflows/Flask-Tests.yaml index 1032f0c..f4d53ab 100644 --- a/.github/workflows/Flask-Tests.yaml +++ b/.github/workflows/Flask-Tests.yaml @@ -24,7 +24,6 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Tests diff --git a/README.md b/README.md index 81b1e4b..398fcce 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ In the wise words of @alectrocute: > I've noticed SaaS bootstraps/boilerplates being sold upwards of $1,000 per year and I think that's fucking ridiculous. +## Development + +### Generating requirements.txt for GitHub Actions + +`pipenv lock --dev -r > requirements.txt` + ## Features - [x] Landing Page -- cgit v1.2.3