We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6439d52 commit 330a173Copy full SHA for 330a173
1 file changed
pyproject.toml
@@ -22,15 +22,16 @@ classifiers = [
22
"Topic :: Scientific/Engineering",
23
]
24
25
-[project.urls]
26
-Homepage = "https://flaight.dev"
27
-Repository = "https://github.com/donework/flaight"
28
-Issues = "https://github.com/donework/flaight/issues"
29
dependencies = [
30
"cflib>=0.1.26",
31
"ollama>=0.3",
32
33
+[project.urls]
+Homepage = "https://flaight.dev"
+Repository = "https://github.com/donework/flaight"
+Issues = "https://github.com/donework/flaight/issues"
34
+
35
[project.optional-dependencies]
36
dev = [
37
"pytest>=8.0",
0 commit comments