Skip to content

Commit

Permalink
fixed package name error
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust committed Dec 2, 2023
1 parent 36a9236 commit d18568d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ black = "^23.9.1"
isort = "^5.11.5"
pre-commit = ">=3.4.0"
apiflask = "^2.0.2"
opencv-python = "^4.8.1.78"
pillow = "^10.1.0"

[tool.poetry.extras]
torch = ["torch", "torchvision", "torchaudio"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_daemon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def test_neet_action():
import time

from neetbox.daemon import NeetActionManager, action
from neetbox.frontend import NeetActionManager, action

@action(name="some_func")
def some(a, b):
Expand Down

0 comments on commit d18568d

Please sign in to comment.