From 40abe7adb7909d9bcc47cc8a6f09829a3383359c Mon Sep 17 00:00:00 2001 From: Pasquale De Rose Date: Wed, 26 Jul 2023 11:57:16 +0200 Subject: [PATCH] Moved dependency in CI --- .github/workflows/python-app.yml | 2 ++ setup.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ff383db5..427b8515 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -49,6 +49,8 @@ jobs: python -m pip install -U setuptools python -m pip install -e . python -m pip install "Pillow>=10.0.0,<10.1" "device_detector>=5.0,<6" "satosa>=8.4,<8.6" "jinja2>=3.0,<4" "pymongo>=4.4.1,<4.5" + python -m pip install git+https://github.com/danielfett/sd-jwt.git + - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/setup.py b/setup.py index 945f5027..318b7495 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ def readme(): "cryptojwt>=1.8.2,<1.9", "qrcode>=7.4.2,<7.5", "pydantic>=2.0,<2.2", - "git+https://github.com/danielfett/sd-jwt.git" ], extra_require={ "satosa": [