Skip to content

Commit

Permalink
Add imagehash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Mar 11, 2024
1 parent 6187715 commit 81065e2
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 6 deletions.
98 changes: 97 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
imagehash = "^4.3.1"


[tool.poetry.group.dev.dependencies]
Expand All @@ -32,11 +33,6 @@ httpx = "^0.25.0"
torch = {version = "^2.2.0", source="torch"}
torchvision = {version = "^0.17.0", source="torch"}

[[tool.poetry.source]]
name = "torch"
url = "https://download.pytorch.org/whl/cu121"
secondary = true

[tool.poetry.group.server.dependencies]
hypercorn = "0.14.4"
numpy = "^1.24.3"
Expand All @@ -46,6 +42,11 @@ jinja2 = "^3.1.2"
fastapi = "0.101.1"
rich = "^13.3.1"

[[tool.poetry.source]]
name = "torch"
url = "https://download.pytorch.org/whl/cu121"
secondary = true

[tool.mypy]
check_untyped_defs = true
strict=true
Expand Down

0 comments on commit 81065e2

Please sign in to comment.