Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove pyglet dependency
Signed-off-by: anna-charlotte <[email protected]>
  • Loading branch information
anna-charlotte committed Feb 15, 2023
commit 0129c3ad1a3c0d48c734294f4f3bdab5ec8651f3
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ av = {version = ">=10.0.0", optional = true}
fastapi = {version = ">=0.87.0", optional = true }
rich = ">=13.1.0"
jina-hubble-sdk = {version = "^0.33.1", optional = true }
pyglet = {version = "1.5.27", optional = true }

[tool.poetry.extras]
common = ["protobuf"]
torch = ["torch"]
image = ["pillow", "types-pillow"]
video = ["av"]
mesh = ["trimesh", "jina-hubble-sdk", "pyglet"]
mesh = ["trimesh", "jina-hubble-sdk"]
web = ["fastapi"]

[tool.poetry.dev-dependencies]
Expand Down