Skip to content

Commit

Permalink
rename extra name to lambda in pyproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Byczong committed Jan 2, 2025
1 parent a765aa9 commit f8f8701
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions apps/api.namerank.io/poetry.lock

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

6 changes: 3 additions & 3 deletions apps/api.namerank.io/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.3"
description = "NameHash NameRank API"
authors = ["NameHash Team <[email protected]>"]
maintainers = ["NameHash Team <[email protected]>"]
homepage = "https://github.com/namehash/namerank"
homepage = "https://www.namerank.io/"
repository = "https://github.com/namehash/namerank"
readme = "README.md"
license = "LICENSE"
Expand All @@ -16,15 +16,15 @@ python = ">=3.10,<3.13"
ens-label-inspector = "^0.2.14"
nameguard = "^0.1.11"
fastapi = "^0.115.4"
mangum = {version = "^0.17.0"}
mangum = { version = "^0.17.0", optional = true }
httpx = "^0.25.0"
python-dotenv = "^1.0.0"
pyahocorasick = "^2.0.0"
setuptools = "^75.1.0"


[tool.poetry.extras]
namerank = ["mangum"]
lambda = ["mangum"]


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f8f8701

Please sign in to comment.