aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/Codecov.yaml1
-rw-r--r--.github/workflows/Flask-Tests.yaml1
-rw-r--r--requirements.txt2
3 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/Codecov.yaml b/.github/workflows/Codecov.yaml
index 01e754d..f5ef4bc 100644
--- a/.github/workflows/Codecov.yaml
+++ b/.github/workflows/Codecov.yaml
@@ -23,6 +23,7 @@ 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 f4d53ab..1032f0c 100644
--- a/.github/workflows/Flask-Tests.yaml
+++ b/.github/workflows/Flask-Tests.yaml
@@ -24,6 +24,7 @@ jobs:
- name: Install Dependencies
run: |
+ python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
diff --git a/requirements.txt b/requirements.txt
index 5152c9c..62a13dc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ flask-sqlalchemy==2.5.1
flask-wtf==0.15.1
flask==2.0.1
greenlet==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
-idna==3.2; python_version >= '3.5'
+idna; python_version >= '3.5'
iniconfig==1.1.1
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.1; python_version >= '3.6'