We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27984a6 commit c45578aCopy full SHA for c45578a
pyproject.toml
@@ -8,6 +8,9 @@ license = {file = "LICENSE"}
8
description = "🎲 Dotflow turns an idea into flow!"
9
readme = "README.md"
10
requires-python = ">=3.8"
11
+dependencies = [
12
+ "rich (^13.9.4)"
13
+]
14
classifiers = [
15
'Development Status :: 4 - Beta',
16
"Operating System :: OS Independent",
0 commit comments