mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-25 17:04:20 +01:00
ci: remove Flask as its dep of testing anyway
Also specify a more recent minimal version of MarkupSafe and itsdangerous
This commit is contained in:
committed by
Christian Decker
parent
245e6a83da
commit
5609865631
@@ -174,9 +174,8 @@ def install_pyln_testing(pip_path):
|
||||
pip_path, 'install', '-U', *pip_opts,
|
||||
cln_path + "/contrib/pyln-client",
|
||||
cln_path + "/contrib/pyln-testing",
|
||||
"Flask==1.1.0",
|
||||
"MarkupSafe==2.0.1",
|
||||
'itsdangerous==1.1.0'
|
||||
"MarkupSafe>=2.0",
|
||||
'itsdangerous>=2.0'
|
||||
],
|
||||
stderr=subprocess.STDOUT,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user