-
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/update-v10
Update to v10 version
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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,8 +11,8 @@ profile = "black" | |
[tool.poetry] | ||
include = ["src/threshold_detection", "config"] | ||
name = "volttron-threshold-detection" | ||
version = "0.1.0" | ||
description = "The ThresholdDetectionAgent will publish an alert when a value published to a topic exceeds or falls below a configured value." | ||
version = "0.2.0" | ||
description = "The `volttron-threshold-detection` agent will publish an alert when a value published to a topic exceeds or falls below a configured value." | ||
authors = ["VOLTTRON Team <[email protected]>"] | ||
license = "Apache License 2.0" | ||
readme = "README.md" | ||
|
@@ -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