mirror of
https://github.com/Xevion/indexer-analyze.git
synced 2025-12-15 10:12:03 -06:00
initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "indexer-analyze"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Xevion <xevion@xevion.dev>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
python-dotenv = "^1.1.0"
|
||||
structlog = "^25.3.0"
|
||||
httpx = {extras = ["http2"], version = "^0.28.1"}
|
||||
anyio = "^4.9.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user