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 98bb6f9 commit 7e0bb6bCopy full SHA for 7e0bb6b
pkg/pyproject.toml
@@ -15,12 +15,12 @@ namespaces = true
15
16
# ----------------------------------------- Project Metadata -------------------------------------
17
[project]
18
-version = "0.0.0.dev53"
+version = "0.1.0"
19
name = "PyShellMan"
20
requires-python = ">=3.10"
21
dependencies = [
22
- "rich >= 13.5",
23
- "MDit == 0.0.0.dev63",
24
- "ExceptionMan == 0.0.0.dev63",
25
- "ANSI-SGR == 0.0.0.dev10",
+ "rich >= 13.5,<14",
+ "MDit >=0.1,<0.2",
+ "ExceptionMan >=0.1,<0.2",
+ "ANSI-SGR >=0.1,<0.2",
26
]
pkg/requirements.txt
0 commit comments