aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/Codecov.yaml1
-rw-r--r--.github/workflows/Flask-Tests.yaml1
-rw-r--r--README.md6
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