Skip to content

Commit

Permalink
py-bbp-workflow-cli: bump (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
genric authored Mar 1, 2023
1 parent c41d742 commit c5e5d8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ class PyBbpWorkflowCli(PythonPackage):
homepage = 'https://bbpgitlab.epfl.ch/nse/bbp-workflow-cli'
git = 'ssh://[email protected]/nse/bbp-workflow-cli.git'

version('3.1.0', tag='bbp-workflow-cli-v3.1.0')
version('3.1.1', tag='bbp-workflow-cli-v3.1.1')

depends_on('py-setuptools', type=('build'))

depends_on('py-requests', type='run')
depends_on('py-click', type='run')
depends_on('py-sh', type='run')
depends_on('py-sh@:1', type='run')
depends_on('py-python-keycloak', type='run')
depends_on('py-kubernetes', type='run')
depends_on('py-pyjwt', type='run')

0 comments on commit c5e5d8f

Please sign in to comment.