Skip to content

Commit

Permalink
chore: update pyproject.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Mar 5, 2024
1 parent 4cd4e08 commit 5dde5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "operate"
version = "0.1.0"
description = ""
authors = ["David Vilela <[email protected]>"]
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
include = [
"operate/data/acn/*",
Expand All @@ -15,7 +15,7 @@ include = [
operate = "operate.cli:main"

[tool.poetry.dependencies]
python = "^3.10"
python = "<4.0,>=3.8"
open-autonomy = ">=0.14.7"
open-aea-ledger-ethereum = ">=1.48.0.post1"
docker = "6.1.2"
Expand Down

0 comments on commit 5dde5d9

Please sign in to comment.