-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update pyproject.toml for publishing
- Loading branch information
1 parent
4cd4e08
commit 5dde5d9
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/*", | ||
|
@@ -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" | ||
|