Skip to content

Commit

Permalink
Fixed missing deps of typer package
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Mar 31, 2024
1 parent f638cab commit 3b0953e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minimum-constraints.txt
Expand Up @@ -177,6 +177,10 @@ coveralls==3.3.0; python_version >= '3.5'
safety==2.2.0; python_version >= '3.6'
dparse==0.6.2; python_version >= '3.6'
ruamel.yaml==0.17.21; python_version >= '3.6'
typer==0.9.0; python_version == '3.6'
typer==0.12.0; python_version >= '3.7'
typer-cli==0.12.0; python_version >= '3.7'
typer-slim==0.12.0; python_version >= '3.7'

# Tox
tox==2.5.0
Expand Down

0 comments on commit 3b0953e

Please sign in to comment.