[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" alembic = "==1.12.0" amqp = "==5.1.1" arrow = "==1.2.3" 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" bleach = "==4.1.0" blinker = "~=1.4" boto3 = "==1.28.15" botocore = "==1.31.15" cachetools = "==5.3.1" celery = {version = "==5.2.7", extras = ["redis"]} certifi = ">=2022.12.7" cffi = "==1.16.0" charset-normalizer = "==2.0.12" click = "==8.1.6" click-datetime = "==0.2" click-didyoumean = "==0.3.0" click-plugins = "==1.1.1" click-repl = "==0.3.0" colorama = "==0.4.4" defusedxml = "==0.7.1" deprecated = "==1.2.14" dnspython = "==2.2.1" docopt = "==0.6.2" docutils = "==0.16" 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.0.0" itsdangerous = "==2.1.2" jsonschema = {version = "==4.17.0", extras = ["format"]} lxml = "==4.9.3" marshmallow = "==3.20.1" marshmallow-sqlalchemy = "==0.29.0" notifications-python-client = "==8.0.1" oscrypto = "==1.3.0" poetry = "==1.6.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 = "~=2.3" vulture = "==2.9.1" packaging = "==23.1" notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} newrelic = "*" [tool.poetry.group.dev.dependencies] exceptiongroup = "==1.1.3" flake8 = "==4.0.1" flake8-bugbear = "==23.3.12" isort = "==5.12.0" moto = "==4.2.0" 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" requests-mock = "==1.11.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} pip-audit = "*" bandit = "*" honcho = "*" cloudfoundry-client = "*" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"