Skip to content

Commit 330a173

Browse files
committed
Fixed dependencies
1 parent 6439d52 commit 330a173

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ classifiers = [
2222
"Topic :: Scientific/Engineering",
2323
]
2424

25-
[project.urls]
26-
Homepage = "https://flaight.dev"
27-
Repository = "https://github.com/donework/flaight"
28-
Issues = "https://github.com/donework/flaight/issues"
2925
dependencies = [
3026
"cflib>=0.1.26",
3127
"ollama>=0.3",
3228
]
3329

30+
[project.urls]
31+
Homepage = "https://flaight.dev"
32+
Repository = "https://github.com/donework/flaight"
33+
Issues = "https://github.com/donework/flaight/issues"
34+
3435
[project.optional-dependencies]
3536
dev = [
3637
"pytest>=8.0",

0 commit comments

Comments
 (0)