File tree Expand file tree Collapse file tree
spack/repo/chimbuko/packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class ChimbukoVisualization2(Package):
2525 depends_on ('py-eventlet' , type = ('build' , 'run' ))
2626 depends_on ('py-runstats' , type = ('build' , 'run' ))
2727 depends_on ('py-redis' , type = ('build' , 'run' ))
28+ depends_on ('py-requests' , type = ('build' ,'run' ))
2829 depends_on ('redis' , type = 'run' )
2930 depends_on ('curl' , type = 'run' )
3031
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ class PyFlaskSqlalchemy(PythonPackage):
1313 git = "https://github.com/pallets/flask-sqlalchemy"
1414
1515 #version('master', branch='master')
16- version ('main' , branch = 'main' )
16+ #version('main', branch='main')
17+ version ('2.5.1' , tag = '2.5.1' )
18+
1719
1820 depends_on ('py-setuptools' , type = 'build' )
1921 depends_on ('py-flask@1.0.4:' , type = ('build' , 'run' ))
You can’t perform that action at this time.
0 commit comments