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]
|
2024-06-20 12:25:22 -07:00
|
|
|
python = "^3.12.2"
|
2024-06-27 21:35:07 +00:00
|
|
|
alembic = "==1.13.2"
|
2023-11-07 21:24:20 +00:00
|
|
|
amqp = "==5.2.0"
|
2024-01-19 21:12:26 +00:00
|
|
|
beautifulsoup4 = "==4.12.3"
|
2024-06-24 21:58:43 +00:00
|
|
|
boto3 = "^1.34.131"
|
2024-06-26 21:11:42 +00:00
|
|
|
botocore = "^1.34.134"
|
2024-03-14 21:18:07 +00:00
|
|
|
cachetools = "==5.3.3"
|
2024-05-15 15:49:50 +00:00
|
|
|
celery = {version = "==5.4.0", 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"
|
2024-04-04 16:18:57 -07:00
|
|
|
click-didyoumean = "==0.3.1"
|
2022-10-20 14:06:16 -04:00
|
|
|
click-plugins = "==1.1.1"
|
2023-09-18 16:47:23 +00:00
|
|
|
click-repl = "==0.3.0"
|
2023-07-26 17:24:17 +00:00
|
|
|
deprecated = "==1.2.14"
|
2024-04-03 23:04:54 +00:00
|
|
|
eventlet = "==0.36.1"
|
2024-01-05 10:35:14 -08:00
|
|
|
expiringdict = "==1.2.2"
|
2024-04-04 16:18:57 -07:00
|
|
|
flask = "~=3.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
flask-bcrypt = "==1.0.1"
|
2024-04-04 16:18:57 -07:00
|
|
|
flask-marshmallow = "==1.2.1"
|
|
|
|
|
flask-migrate = "==4.0.7"
|
2022-10-20 14:06:16 -04:00
|
|
|
flask-redis = "==0.4.0"
|
2024-04-24 16:11:03 -04:00
|
|
|
flask-sqlalchemy = "==3.1.1"
|
2024-04-17 18:02:21 -04:00
|
|
|
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
|
2023-11-06 14:31:27 +00:00
|
|
|
iso8601 = "==2.1.0"
|
2024-05-01 09:16:12 -04:00
|
|
|
jsonschema = {version = "==4.22.0", extras = ["format"]}
|
2024-05-15 15:00:47 +00:00
|
|
|
lxml = "==5.2.2"
|
2024-06-06 21:54:07 +00:00
|
|
|
marshmallow = "==3.21.3"
|
2024-04-04 16:18:57 -07:00
|
|
|
marshmallow-sqlalchemy = "==1.0.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
newrelic = "*"
|
2024-05-24 10:17:56 -04:00
|
|
|
notifications-python-client = "==9.1.0"
|
2022-10-20 14:06:16 -04:00
|
|
|
oscrypto = "==1.3.0"
|
2024-06-14 14:28:17 +00:00
|
|
|
packaging = "==24.1"
|
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"
|
2024-05-07 21:14:46 +00:00
|
|
|
python-dotenv = "==1.0.1"
|
2024-06-21 21:39:13 +00:00
|
|
|
sqlalchemy = "==2.0.31"
|
2024-05-06 15:33:18 +00:00
|
|
|
werkzeug = "^3.0.3"
|
2024-06-08 03:29:59 +00:00
|
|
|
faker = "^25.8.0"
|
2024-05-16 10:17:45 -04:00
|
|
|
async-timeout = "^4.0.3"
|
|
|
|
|
bleach = "^6.1.0"
|
|
|
|
|
geojson = "^3.1.0"
|
|
|
|
|
govuk-bank-holidays = "^0.14"
|
|
|
|
|
numpy = "^1.26.4"
|
|
|
|
|
ordered-set = "^4.1.0"
|
2024-06-18 21:30:55 +00:00
|
|
|
phonenumbers = "^8.13.39"
|
2024-05-16 10:17:45 -04:00
|
|
|
python-json-logger = "^2.0.7"
|
|
|
|
|
pytz = "^2024.1"
|
|
|
|
|
regex = "^2024.5.15"
|
|
|
|
|
shapely = "^2.0.4"
|
|
|
|
|
smartypants = "^2.0.1"
|
|
|
|
|
mistune = "0.8.4"
|
2024-05-17 18:08:41 -04:00
|
|
|
blinker = "^1.8.2"
|
2024-06-05 21:41:44 +00:00
|
|
|
cryptography = "^42.0.8"
|
2024-05-17 18:08:41 -04:00
|
|
|
idna = "^3.7"
|
|
|
|
|
jmespath = "^1.0.1"
|
|
|
|
|
markupsafe = "^2.1.5"
|
|
|
|
|
pycparser = "^2.22"
|
|
|
|
|
python-dateutil = "^2.9.0.post0"
|
|
|
|
|
pyyaml = "^6.0.1"
|
2024-06-27 19:06:07 +00:00
|
|
|
s3transfer = "^0.10.2"
|
2024-05-17 18:08:41 -04:00
|
|
|
six = "^1.16.0"
|
2024-06-17 21:42:04 +00:00
|
|
|
urllib3 = "^2.2.2"
|
2024-05-17 18:08:41 -04:00
|
|
|
webencodings = "^0.5.1"
|
|
|
|
|
itsdangerous = "^2.2.0"
|
|
|
|
|
jinja2 = "^3.1.4"
|
2024-06-14 14:07:18 +00:00
|
|
|
redis = "^5.0.6"
|
2024-05-29 21:58:00 +00:00
|
|
|
requests = "^2.32.3"
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-11-13 11:35:34 -05:00
|
|
|
awscli = "^1.29.74"
|
2023-10-30 15:54:22 -04:00
|
|
|
bandit = "*"
|
2024-03-22 16:30:00 +00:00
|
|
|
black = "^24.3.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
cloudfoundry-client = "*"
|
2024-05-08 13:54:51 +00:00
|
|
|
exceptiongroup = "==1.2.1"
|
2024-02-23 17:04:42 +00:00
|
|
|
flake8 = "^7.0.0"
|
2024-01-18 22:47:06 +00:00
|
|
|
flake8-bugbear = "^24.1.17"
|
2024-05-13 21:08:41 +00:00
|
|
|
freezegun = "^1.5.1"
|
2023-10-30 15:54:22 -04:00
|
|
|
honcho = "*"
|
2023-12-13 22:01:40 +00:00
|
|
|
isort = "^5.13.2"
|
2023-10-30 15:54:22 -04:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
2024-05-31 13:43:32 +00:00
|
|
|
moto = "==5.0.9"
|
2023-10-30 15:54:22 -04:00
|
|
|
pip-audit = "*"
|
2024-05-14 19:13:07 +00:00
|
|
|
pre-commit = "^3.7.1"
|
2024-06-06 17:01:07 +00:00
|
|
|
pytest = "^8.2.2"
|
2023-11-28 21:49:00 +00:00
|
|
|
pytest-env = "^1.1.3"
|
2024-04-04 16:18:57 -07:00
|
|
|
pytest-mock = "^3.14.0"
|
|
|
|
|
pytest-cov = "^5.0.0"
|
2023-11-22 14:42:00 +00:00
|
|
|
pytest-xdist = "^3.5.0"
|
2023-10-30 16:07:36 -04:00
|
|
|
radon = "^6.0.1"
|
|
|
|
|
requests-mock = "^1.11.0"
|
2024-06-26 02:12:44 +00:00
|
|
|
setuptools = "^70.1.1"
|
2024-04-11 10:18:14 -06:00
|
|
|
sqlalchemy-utils = "^0.41.2"
|
2023-10-30 16:07:36 -04:00
|
|
|
vulture = "^2.10"
|
2024-05-20 11:16:37 -04:00
|
|
|
detect-secrets = "^1.5.0"
|
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"
|