-
Notifications
You must be signed in to change notification settings - Fork 4
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 #14 from davidraker/driver_service_work
Updates for modular RC.
- Loading branch information
Showing
3 changed files
with
72 additions
and
74 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ profile = "black" | |
|
||
[tool.poetry] | ||
name = "volttron-lib-fake-driver" | ||
version = "0.2.0-rc" | ||
version = "2.0.0rc0" | ||
description = "A minimal implementation of a driver for the VOLTTRON platform." | ||
authors = ["VOLTTRON Team <[email protected]>"] | ||
license = "Apache License 2.0" | ||
|
@@ -27,10 +27,9 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = ">=3.10,<4.0" | ||
volttron-lib-base-driver = "^0.2.1rc2" | ||
volttron-lib-base-driver = ">=2.0.0rc0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
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