update utils in pyproject.toml

This commit is contained in:
stvnrlly
2023-09-05 21:22:20 -04:00
parent 1bbe29ff79
commit c802a24efc

View File

@@ -62,10 +62,9 @@ python-dotenv = "==1.0.0"
radon = "==6.0.1"
sqlalchemy = "==1.4.40"
werkzeug = "~=2.3"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
vulture = "==2.8"
packaging = "==23.1"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, rev = "main"}
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"}
newrelic = "*"