diff --git a/config b/config index 80cf3b0..9317bdc 100644 --- a/config +++ b/config @@ -5,8 +5,8 @@ "dbname": "test_historian", "host": "127.0.0.1", "port": 5432, - "user": "historian", - "password": "historian" + "user": "postgres", + "password": "postgres" } } } diff --git a/pyproject.toml b/pyproject.toml index 1e42351..937ddb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "volttron-postgresql-historian" -version = "0.1.0" +version = "1.0.0" description = "VOLTTRON historian agent that stores data in a PostgreSQL database. It extends the SQLHistorian class." authors = ["VOLTTRON Team "] 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=">=1.0.0" 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 = [