generated from VOLTTRON/volttron-new-agent-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Cleanup and bump of version.
Showing
3 changed files
with
18 additions
and
21 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "volttron-listener" | ||
version = "2.0.0rc1" | ||
version = "2.0.0rc2" | ||
description = "The volttron-listener agent allows publishing of message bus traffic to standard out." | ||
authors = ["VOLTTRON Team <[email protected]>"] | ||
license = "Apache License 2.0" | ||
|
@@ -18,24 +18,18 @@ classifiers = [ | |
"License :: OSI Approved :: Apache Software License" | ||
] | ||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
volttron-core = ">=2.0.0rc0" | ||
|
||
# [tool.poetry.group.dev.dependencies] | ||
# # formatting, quality, tests | ||
# pytest = "^6.2.5" | ||
# mock = "^4.0.3" | ||
# pre-commit = "^2.17.0" | ||
# yapf = "^0.32.0" | ||
# toml = "^0.10.2" | ||
# isort = "^5.10.1" | ||
# safety = "^1.10.3" | ||
# mypy = "^0.942" | ||
# coverage = "^6.3.2" | ||
# pytest-cov = "^3.0.0" | ||
# Sphinx = "^4.5.0" | ||
# sphinx-rtd-theme = "^1.0.0" | ||
# volttron-core = "^1.1.0" | ||
python = ">=3.10,<4.0" | ||
|
||
#volttron-core = {path="../volttron-core", develop = true} | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
volttron-testing = {path = "../volttron-testing", develop = true} | ||
|
||
# These will either be brought in elsewhere if you have a multi-project environment or uncomment locally to work | ||
# against a specific path. | ||
#volttron-lib-zmq = {path = "../volttron-lib-zmq", develop = true} | ||
#volttron-lib-auth = {path = "../volttron-lib-auth", develop = true} | ||
|
||
|
||
[tool.yapfignore] | ||
ignore_patterns = [ | ||
|
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
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