mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
make YK optional, 'pip install gam7[yubikey]'
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -508,9 +508,9 @@ jobs:
|
|||||||
"${PYTHON}" -m pip install --force-reinstall --no-deps cryptography*.whl
|
"${PYTHON}" -m pip install --force-reinstall --no-deps cryptography*.whl
|
||||||
echo "after cryptography..."
|
echo "after cryptography..."
|
||||||
"${PYTHON}" -m pip list
|
"${PYTHON}" -m pip list
|
||||||
"${PYTHON}" -m pip install --upgrade --no-binary :all: -r requirements.txt
|
"${PYTHON}" -m pip install --upgrade --no-binary :all: -r requirements.txt[yubikey]
|
||||||
else
|
else
|
||||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt
|
"${PYTHON}" -m pip install --upgrade -r requirements.txt[yubikey]
|
||||||
echo "after requirements..."
|
echo "after requirements..."
|
||||||
"${PYTHON}" -m pip list
|
"${PYTHON}" -m pip list
|
||||||
"${PYTHON}" -m pip install --force-reinstall --no-deps --upgrade cryptography
|
"${PYTHON}" -m pip install --force-reinstall --no-deps --upgrade cryptography
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ lxml
|
|||||||
passlib>=1.7.2
|
passlib>=1.7.2
|
||||||
pathvalidate
|
pathvalidate
|
||||||
python-dateutil
|
python-dateutil
|
||||||
yubikey-manager>=5.0
|
yubikey-manager>=5.0[yubikey]
|
||||||
|
|||||||
Reference in New Issue
Block a user