-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 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 +1 @@ | ||
__version__ = "1.0.11" | ||
__version__ = "1.0.12" |
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,8 +1,21 @@ | ||
[tool.poetry] | ||
name = "phdi" | ||
version = "v1.0.11" | ||
version = "v1.0.12" | ||
description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" | ||
authors = ["Kenneth Chow <[email protected]>", "Brandon Mader <[email protected]>", "Spencer Kathol <[email protected]>", "Nick Clyde <[email protected]", "Dan Paseltiner <[email protected]>", "Brady Fausett <[email protected]>", "Marcelle Goggins <[email protected]", "Nick Bristow <[email protected]>", "Bryan Britten <[email protected]>", "Emma Stephenson <[email protected]>" , "Gordon Farrell <[email protected]>", "Robert Mitchell <[email protected]>"] | ||
authors = [ | ||
"Kenneth Chow <[email protected]>", | ||
"Brandon Mader <[email protected]>", | ||
"Spencer Kathol <[email protected]>", | ||
"Nick Clyde <[email protected]", | ||
"Dan Paseltiner <[email protected]>", | ||
"Brady Fausett <[email protected]>", | ||
"Marcelle Goggins <[email protected]", | ||
"Nick Bristow <[email protected]>", | ||
"Bryan Britten <[email protected]>", | ||
"Emma Stephenson <[email protected]>", | ||
"Gordon Farrell <[email protected]>", | ||
"Robert Mitchell <[email protected]>", | ||
] | ||
homepage = "https://github.com/CDCgov/phdi" | ||
repository = "https://github.com/CDCgov/phdi" | ||
documentation = "https://cdcgov.github.io/phdi" | ||
|
@@ -31,7 +44,7 @@ jsonschema = "4.16.0" | |
rapidfuzz = "^2.13.6" | ||
lxml = "^4.9.2" | ||
detect-delimiter = "^0.1.1" | ||
psycopg2-binary = "^2.9.5" | ||
psycopg2-binary = "^2.9.5" | ||
sqlalchemy = "^2.0.0" | ||
matplotlib = "^3.7.1" | ||
azure-keyvault-secrets = "^4.7.0" | ||
|