Skip to content

Commit

Permalink
add: poetry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Archento committed Feb 18, 2024
1 parent c83a2c0 commit 524a679
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
74 changes: 72 additions & 2 deletions python/poetry.lock

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

2 changes: 2 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fetchai-babble = {version = "^0.4.0", optional = true}
tortoise-orm = {version = "^0.19.2", optional = true}
geopy = {version = "^2.3.0", optional = true}
pyngrok = {version = "^5.2.3", optional = true}
fastapi = {version = "^0.97.0", optional = true}

[tool.poetry.dev-dependencies]
aioresponses = "^0.7.4"
Expand All @@ -39,6 +40,7 @@ wallet = ["fetchai-babble"]
orm = ["tortoise-orm"]
geo = ["geopy"]
remote-agents = ["pyngrok"]
proxy = ["fastapi"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 524a679

Please sign in to comment.