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 6b50aed commit f5948fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion minimum-constraints.txt
Expand Up @@ -60,7 +60,9 @@ click==8.0.2; python_version >= '3.7'
Authlib==1.2.0; python_version >= '3.7'
marshmallow==3.15.0; python_version >= '3.7'
pydantic==1.10.13; python_version >= '3.7'
typer==0.9.0; python_version >= '3.7'
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==3.1.0
Expand Down

0 comments on commit f5948fd

Please sign in to comment.