We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ca5ff commit 86a2504Copy full SHA for 86a2504
pyproject.toml
@@ -19,12 +19,12 @@ maintainers = [
19
]
20
21
dependencies = [
22
- "typer>=0.3.0",
+ "typer>=0.9.0",
23
"GitPython",
24
"rich",
25
"requests",
26
"pyyaml",
27
- "typing-extensions >= 4.7.0",
+ "typing-extensions>=4.7.0",
28
"mixpanel",
29
"questionary",
30
"psutil",
requirements.txt
@@ -1,12 +1,12 @@
1
-typer
+typer>=0.9.0
2
rich
3
GitPython
4
requests
5
pyyaml
6
-typing-extensions >= 4.7.0
+typing-extensions>=4.7.0
7
questionary
8
mixpanel
9
tomlkit
10
pathspec
11
httpx
12
-packaging
+packaging
0 commit comments