diff --git a/pyproject.toml b/pyproject.toml index 2bc1853a0..3cb5be050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "*"