Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ documentation = "https://crispthinking.github.io/athena-python-client/"
dependencies = [
"anyio>=4.10.0",
"brotli>=1.1.0",
"grpcio-tools>=1.74.0",
"grpcio==1.78.0",
"grpcio-tools==1.78.0",
Comment thread
snus-kin marked this conversation as resolved.
Outdated
"httpx>=0.25.0",
Comment thread
snus-kin marked this conversation as resolved.
Outdated
"numpy>=2.2.6",
"opencv-python-headless>=4.13.0.92"
"opencv-python-headless>=4.13.0.92",
]

[project.optional-dependencies]
Expand Down
Loading