2023-08-31 11:00:55 -07:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "notifications-api"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Notify.gov backend"
|
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
readme = "README.md"
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-10-30 15:54:22 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
[tool.poetry.dependencies]
|
2023-11-01 12:15:53 -04:00
|
|
|
python = ">=3.9,<3.12"
|
2023-11-07 23:04:59 +00:00
|
|
|
alembic = "==1.12.1"
|
2023-11-07 21:24:20 +00:00
|
|
|
amqp = "==5.2.0"
|
2023-11-02 16:38:15 +00:00
|
|
|
arrow = "==1.3.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
asn1crypto = "==1.5.1"
|
2023-09-27 21:37:00 +00:00
|
|
|
async-timeout = "==4.0.3"
|
2023-08-09 14:36:41 +00:00
|
|
|
attrs = "==23.1.0"
|
2023-10-30 16:16:49 -04:00
|
|
|
awscli = "^1.29.74"
|
2023-11-03 21:53:43 +00:00
|
|
|
bcrypt = "==4.0.1"
|
2023-07-12 09:50:57 -04:00
|
|
|
beautifulsoup4 = "==4.12.2"
|
2022-10-20 14:06:16 -04:00
|
|
|
billiard = "==3.6.4.0"
|
2023-10-30 15:40:22 -04:00
|
|
|
bleach = "^6.1.0"
|
2023-11-07 21:03:38 +00:00
|
|
|
blinker = "~=1.7"
|
2023-10-30 16:16:49 -04:00
|
|
|
boto3 = "^1.28.66"
|
|
|
|
|
botocore = "^1.31.66"
|
2023-11-06 21:13:52 +00:00
|
|
|
cachetools = "==5.3.2"
|
2022-10-20 14:06:16 -04:00
|
|
|
celery = {version = "==5.2.7", extras = ["redis"]}
|
2022-12-08 13:46:07 -05:00
|
|
|
certifi = ">=2022.12.7"
|
2023-09-29 22:06:32 +00:00
|
|
|
cffi = "==1.16.0"
|
2023-11-01 12:15:53 -04:00
|
|
|
charset-normalizer = "^3.1.0"
|
2023-11-02 21:57:25 +00:00
|
|
|
click = "==8.1.7"
|
2022-10-20 14:06:16 -04:00
|
|
|
click-datetime = "==0.2"
|
|
|
|
|
click-didyoumean = "==0.3.0"
|
|
|
|
|
click-plugins = "==1.1.1"
|
2023-09-18 16:47:23 +00:00
|
|
|
click-repl = "==0.3.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
colorama = "==0.4.4"
|
|
|
|
|
defusedxml = "==0.7.1"
|
2023-07-26 17:24:17 +00:00
|
|
|
deprecated = "==1.2.14"
|
2023-11-02 16:54:21 +00:00
|
|
|
dnspython = "==2.4.2"
|
2022-10-20 14:06:16 -04:00
|
|
|
docopt = "==0.6.2"
|
|
|
|
|
docutils = "==0.16"
|
2023-07-21 21:58:39 +00:00
|
|
|
eventlet = "==0.33.3"
|
2023-05-01 21:40:36 -04:00
|
|
|
flask = "~=2.3"
|
2022-10-20 14:06:16 -04:00
|
|
|
flask-bcrypt = "==1.0.1"
|
2023-08-18 08:31:46 -07:00
|
|
|
flask-marshmallow = "==0.14.0"
|
2023-09-21 14:16:22 +00:00
|
|
|
flask-migrate = "==4.0.5"
|
2022-10-20 14:06:16 -04:00
|
|
|
flask-redis = "==0.4.0"
|
2023-08-15 01:46:43 -04:00
|
|
|
flask-sqlalchemy = "==3.0.5"
|
2023-08-25 07:20:54 -07:00
|
|
|
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
2023-11-06 14:31:27 +00:00
|
|
|
iso8601 = "==2.1.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
itsdangerous = "==2.1.2"
|
2023-11-06 15:03:44 +00:00
|
|
|
jsonschema = {version = "==4.19.2", extras = ["format"]}
|
2023-07-21 19:13:19 +00:00
|
|
|
lxml = "==4.9.3"
|
2023-07-28 15:21:50 +00:00
|
|
|
marshmallow = "==3.20.1"
|
2023-07-10 10:35:09 -04:00
|
|
|
marshmallow-sqlalchemy = "==0.29.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
newrelic = "*"
|
2023-11-03 01:26:14 +00:00
|
|
|
notifications-python-client = "==8.1.0"
|
2023-11-01 12:15:53 -04:00
|
|
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true}
|
2022-10-20 14:06:16 -04:00
|
|
|
oscrypto = "==1.3.0"
|
2023-11-03 01:38:59 +00:00
|
|
|
packaging = "==23.2"
|
2023-08-31 11:00:55 -07:00
|
|
|
poetry-dotenv-plugin = "==0.2.0"
|
2023-11-02 16:25:50 +00:00
|
|
|
psycopg2-binary = "==2.9.9"
|
2023-08-08 19:17:01 +00:00
|
|
|
pyjwt = "==2.8.0"
|
2023-06-27 14:42:59 +00:00
|
|
|
python-dotenv = "==1.0.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
sqlalchemy = "==1.4.40"
|
2023-10-30 15:40:22 -04:00
|
|
|
werkzeug = "^3.0.1"
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-10-30 15:54:22 -04:00
|
|
|
bandit = "*"
|
2023-11-08 21:23:56 +00:00
|
|
|
black = "^23.11.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
cloudfoundry-client = "*"
|
2023-09-25 21:40:14 +00:00
|
|
|
exceptiongroup = "==1.1.3"
|
2023-10-30 16:07:36 -04:00
|
|
|
flake8 = "^6.1.0"
|
2023-11-06 14:48:11 +00:00
|
|
|
flake8-bugbear = "^23.9.16"
|
2023-10-30 16:07:36 -04:00
|
|
|
freezegun = "^1.2.2"
|
2023-10-30 15:54:22 -04:00
|
|
|
honcho = "*"
|
2023-10-30 16:07:36 -04:00
|
|
|
isort = "^5.12.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
2023-11-03 01:11:41 +00:00
|
|
|
moto = "==4.2.7"
|
2023-10-30 15:54:22 -04:00
|
|
|
pip-audit = "*"
|
2023-11-01 12:15:53 -04:00
|
|
|
pytest = "^7.4.3"
|
2023-11-01 16:58:26 +00:00
|
|
|
pytest-env = "^1.1.1"
|
2023-11-01 12:15:53 -04:00
|
|
|
pytest-mock = "^3.12.0"
|
2023-10-30 16:07:36 -04:00
|
|
|
pytest-cov = "^4.1.0"
|
|
|
|
|
pytest-xdist = "^3.3.1"
|
|
|
|
|
radon = "^6.0.1"
|
|
|
|
|
requests-mock = "^1.11.0"
|
|
|
|
|
vulture = "^2.10"
|
2023-10-30 15:54:22 -04:00
|
|
|
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|