[tool.poetry] name = "notifications-api" version = "0.1.0" description = "Notify.gov backend" authors = ["Your Name "] readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<3.12" alembic = "==1.12.1" amqp = "==5.2.0" beautifulsoup4 = "==4.12.2" boto3 = "^1.28.85" botocore = "^1.31.85" cachetools = "==5.3.2" celery = {version = "==5.3.5", extras = ["redis"]} certifi = ">=2022.12.7" cffi = "==1.16.0" charset-normalizer = "^3.1.0" click = "==8.1.7" click-datetime = "==0.2" click-didyoumean = "==0.3.0" click-plugins = "==1.1.1" click-repl = "==0.3.0" deprecated = "==1.2.14" eventlet = "==0.33.3" flask = "~=2.3" flask-bcrypt = "==1.0.1" flask-marshmallow = "==0.14.0" flask-migrate = "==4.0.5" flask-redis = "==0.4.0" flask-sqlalchemy = "==3.0.5" gunicorn = {version = "==21.2.0", extras = ["eventlet"]} iso8601 = "==2.1.0" jsonschema = {version = "==4.20.0", extras = ["format"]} lxml = "==4.9.3" marshmallow = "==3.20.1" marshmallow-sqlalchemy = "==0.29.0" newrelic = "*" notifications-python-client = "==8.1.0" notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true} oscrypto = "==1.3.0" packaging = "==23.2" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.9" pyjwt = "==2.8.0" python-dotenv = "==1.0.0" sqlalchemy = "==1.4.40" werkzeug = "^3.0.1" [tool.poetry.group.dev.dependencies] awscli = "^1.29.74" bandit = "*" black = "^23.11.0" cloudfoundry-client = "*" exceptiongroup = "==1.1.3" flake8 = "^6.1.0" flake8-bugbear = "^23.9.16" freezegun = "^1.2.2" honcho = "*" isort = "^5.12.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "==4.2.8" pip-audit = "*" pytest = "^7.4.3" pytest-env = "^1.1.1" pytest-mock = "^3.12.0" pytest-cov = "^4.1.0" pytest-xdist = "^3.4.0" radon = "^6.0.1" requests-mock = "^1.11.0" setuptools = "^68.2.2" vulture = "^2.10" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"