Skip to content

Commit 86a2504

Browse files
authored
typer version should be 0.9.0 or later (#70)
#69
1 parent 16ca5ff commit 86a2504

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ maintainers = [
1919
]
2020

2121
dependencies = [
22-
"typer>=0.3.0",
22+
"typer>=0.9.0",
2323
"GitPython",
2424
"rich",
2525
"requests",
2626
"pyyaml",
27-
"typing-extensions >= 4.7.0",
27+
"typing-extensions>=4.7.0",
2828
"mixpanel",
2929
"questionary",
3030
"psutil",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
typer
1+
typer>=0.9.0
22
rich
33
GitPython
44
requests
55
pyyaml
6-
typing-extensions >= 4.7.0
6+
typing-extensions>=4.7.0
77
questionary
88
mixpanel
99
tomlkit
1010
pathspec
1111
httpx
12-
packaging
12+
packaging

0 commit comments

Comments
 (0)