diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:19:14 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:19:14 +0530 |
commit | 8edd503d2d413295ab29445eb269a57731c59664 (patch) | |
tree | e15b6d3f4813bf932a26614e2335e0487b6156f1 | |
parent | 066a1a1e69fcbfdb0e407297e65271ff533907d2 (diff) |
updated ReadMe
-rw-r--r-- | .github/workflows/Codecov.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/Flask-Tests.yaml | 1 | ||||
-rw-r--r-- | 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 @@ -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 |