Skip to content

Commit 2cc7c86

Browse files
committed
Adding flask dependency with explicit version so that pcluster imports in the API does not fail.
1 parent 864a5f9 commit 2cc7c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/src/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'pyyaml>=5.4',
1818
'bcrypt>=3.2.0',
1919
'PyJWT>=2.4.0',
20+
'flask==2.2.3', # TODO: flask is a pcluster dependency, but the latest version (2.3.2) breaks the API, explicitly install version 2.2.3 until pcluster team has a fix https://github.com/aws/aws-parallelcluster/issues/5244
2021
'aws-parallelcluster==3.2.1',
2122
'f90nml>=1.4',
2223
'netCDF4>=1.5.0',

0 commit comments

Comments
 (0)