We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1d060 commit 582aeeaCopy full SHA for 582aeea
RELEASE.md
@@ -1,4 +1,4 @@
1
-tgit g# Release process for `spin`
+# Release process for `spin`
2
3
## Introduction
4
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: 3 :: Only",
25
]
26
dependencies = [
27
- "click",
+ "click>=8,<8.3",
28
"tomli; python_version < '3.11'",
29
"colorama; platform_system == 'Windows'",
30
"importlib_metadata >= 7"
0 commit comments