-
Notifications
You must be signed in to change notification settings - Fork 1
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 #6 from schandrika/v10
changed import of setup_logging from utils to client.logs
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 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-postgresql-historian" | ||
version = "0.1.0" | ||
version = "2.0.0rc0" | ||
description = "VOLTTRON historian agent that stores data in a PostgreSQL database. It extends the SQLHistorian class." | ||
authors = ["VOLTTRON Team <[email protected]>"] | ||
license = "Apache License 2.0" | ||
|
@@ -12,7 +12,7 @@ packages = [ { include = "historian", from = "src" } ] | |
|
||
[tool.poetry.dependencies] | ||
python = ">=3.10,<4.0" | ||
volttron-lib-sql-historian="^0.1.1a8" | ||
volttron-lib-sql-historian=">=2.0.0rc0" | ||
psycopg2-binary = "^2.9.5" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
@@ -29,7 +29,7 @@ coverage = "^6.3.2" | |
pytest-cov = "^3.0.0" | ||
Sphinx = "^6.0.0" | ||
sphinx-rtd-theme = "^1.2.0" | ||
volttron-testing = "^0.4.0rc3" | ||
#volttron-testing = "^0.4.0rc3" | ||
|
||
[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