-
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.
Merge pull request #3 from craig8/upgrade-v10
Update agent watch for v10
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ profile = "black" | |
[tool.poetry] | ||
include = ["src/agent_watcher", "config"] | ||
name = "volttron-agent-watcher" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "Agent Watcher is used to monitor agents running on a VOLTTRON instance" | ||
authors = ["VOLTTRON Team <[email protected]>"] | ||
license = "Apache License 2.0" | ||
|
@@ -31,10 +31,10 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = ">=3.10,<4.0" | ||
volttron = "^10.0.4rc1" | ||
volttron-core = {path="../volttron-core", develop=true} | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
volttron-testing = "^0.4.0rc0" | ||
#volttron-testing = "^0.4.0rc0" | ||
pytest = "^6.2.5" | ||
pytest-cov = "^3.0.0" | ||
mock = "^4.0.3" | ||
|
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