Update project dependencies and shift some things to dev dependencies

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-10-30 15:54:22 -04:00
parent 7cc7a2a53f
commit c3049cec73
2 changed files with 15 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ description = "Notify.gov backend"
authors = ["Your Name <you@example.com>"]
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"]