diff --git a/poetry.lock b/poetry.lock index 5f3f9af37..bab015478 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4272,4 +4272,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "398f184c12d6f8a626d60a9d85434e597257f3b5f5e8170963d799e16e19b91b" +content-hash = "93f166fed3957e89157453ad23720d574c653afe2fc6e615fefa19bbb6d9e252" diff --git a/pyproject.toml b/pyproject.toml index 9ed0e8ed1..31e919e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Notify.gov backend" authors = ["Your Name "] readme = "README.md" + [tool.poetry.dependencies] python = "^3.9" alembic = "==1.12.0" @@ -14,7 +15,6 @@ asn1crypto = "==1.5.1" async-timeout = "==4.0.3" attrs = "==23.1.0" awscli = "==1.29.15" -black = "==23.9.1" bcrypt = "==3.2.2" beautifulsoup4 = "==4.12.2" billiard = "==3.6.4.0" @@ -52,40 +52,41 @@ jsonschema = {version = "==4.17.0", extras = ["format"]} lxml = "==4.9.3" marshmallow = "==3.20.1" marshmallow-sqlalchemy = "==0.29.0" +newrelic = "*" notifications-python-client = "==8.0.1" +notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} oscrypto = "==1.3.0" -poetry = "==1.6.1" +packaging = "==23.1" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.3" pyjwt = "==2.8.0" python-dotenv = "==1.0.0" -radon = "==6.0.1" sqlalchemy = "==1.4.40" werkzeug = "^3.0.1" -vulture = "==2.10" -packaging = "==23.1" -notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} -newrelic = "*" [tool.poetry.group.dev.dependencies] +bandit = "*" +black = "==23.9.1" +cloudfoundry-client = "*" exceptiongroup = "==1.1.3" flake8 = "==4.0.1" flake8-bugbear = "==23.3.12" +freezegun = "==1.2.2" +honcho = "*" isort = "==5.12.0" +jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "==4.2.6" +pip-audit = "*" pytest = "==7.4.2" pytest-env = "==1.0.1" pytest-mock = "==3.11.1" pytest-cov = "==4.1.0" pytest-xdist = "==3.3.1" -freezegun = "==1.2.2" +radon = "==6.0.1" requests-mock = "==1.11.0" -jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -pip-audit = "*" -bandit = "*" -honcho = "*" -cloudfoundry-client = "*" +vulture = "==2.10" + [build-system] requires = ["poetry-core"]