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"
|
2025-05-01 14:03:09 +00:00
|
|
|
alembic = "==1.15.2"
|
2025-02-26 22:03:30 +00:00
|
|
|
amqp = "==5.3.1"
|
2025-05-02 14:50:16 +00:00
|
|
|
beautifulsoup4 = "==4.13.4"
|
2024-07-29 22:46:11 -04:00
|
|
|
boto3 = "^1.34.150"
|
2024-08-12 19:37:56 +00:00
|
|
|
botocore = "^1.34.159"
|
2024-07-22 21:38:30 +00:00
|
|
|
cachetools = "==5.4.0"
|
2025-04-30 16:40:49 +00:00
|
|
|
celery = {version = "==5.5.2", extras = ["redis"]}
|
2022-12-08 13:46:07 -05:00
|
|
|
certifi = ">=2022.12.7"
|
2025-02-13 21:07:52 +00:00
|
|
|
cffi = "==1.17.1"
|
2025-05-04 20:24:41 +00:00
|
|
|
charset-normalizer = "^3.4.2"
|
2025-04-23 21:55:43 +00:00
|
|
|
click = "==8.1.8"
|
2025-04-03 21:17:32 +00:00
|
|
|
click-datetime = "==0.4.0"
|
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"
|
2025-04-22 21:28:21 +00:00
|
|
|
eventlet = "==0.39.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"
|
2025-04-23 22:08:21 +00:00
|
|
|
flask-migrate = "==4.1.0"
|
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"
|
2025-03-04 14:54:49 +00:00
|
|
|
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
|
2023-11-06 14:31:27 +00:00
|
|
|
iso8601 = "==2.1.0"
|
2024-07-12 15:40:36 +00:00
|
|
|
jsonschema = {version = "==4.23.0", extras = ["format"]}
|
2025-03-11 14:14:23 +00:00
|
|
|
lxml = "==5.3.1"
|
2025-03-11 22:00:10 +00:00
|
|
|
marshmallow = "==3.26.1"
|
2024-04-04 16:18:57 -07:00
|
|
|
marshmallow-sqlalchemy = "==1.0.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
newrelic = "*"
|
2025-05-01 21:53:46 +00:00
|
|
|
notifications-python-client = "==10.0.1"
|
2025-01-06 13:47:11 -08:00
|
|
|
oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" }
|
2025-04-24 15:25:37 +00:00
|
|
|
packaging = "==25.0"
|
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"
|
2025-03-07 15:24:51 +00:00
|
|
|
pyjwt = "==2.10.1"
|
2025-05-04 20:15:34 +00:00
|
|
|
python-dotenv = "==1.1.0"
|
2025-05-02 15:16:57 +00:00
|
|
|
sqlalchemy = "==2.0.40"
|
2024-10-26 00:08:57 +00:00
|
|
|
werkzeug = "^3.0.6"
|
2025-05-01 14:13:12 +00:00
|
|
|
faker = "^37.1.0"
|
2025-04-07 15:07:43 +00:00
|
|
|
async-timeout = "^5.0.1"
|
2024-05-16 10:17:45 -04:00
|
|
|
bleach = "^6.1.0"
|
2025-02-13 15:41:47 +00:00
|
|
|
geojson = "^3.2.0"
|
2025-04-23 21:29:37 +00:00
|
|
|
numpy = "^2.2.5"
|
2024-05-16 10:17:45 -04:00
|
|
|
ordered-set = "^4.1.0"
|
2025-04-25 21:06:06 +00:00
|
|
|
phonenumbers = "^9.0.4"
|
2025-04-24 15:11:34 +00:00
|
|
|
python-json-logger = "^3.3.0"
|
2025-04-14 15:30:44 +00:00
|
|
|
regex = "^2024.11.6"
|
2024-07-15 21:52:26 +00:00
|
|
|
shapely = "^2.0.5"
|
2024-05-16 10:17:45 -04:00
|
|
|
smartypants = "^2.0.1"
|
2025-03-31 09:28:35 -07:00
|
|
|
mistune = "^3.1.3"
|
2025-02-10 21:13:53 +00:00
|
|
|
blinker = "^1.9.0"
|
2025-05-02 21:29:55 +00:00
|
|
|
cryptography = "^44.0.3"
|
2024-05-17 18:08:41 -04:00
|
|
|
idna = "^3.7"
|
|
|
|
|
jmespath = "^1.0.1"
|
2025-05-02 14:59:07 +00:00
|
|
|
markupsafe = "^3.0.2"
|
2024-05-17 18:08:41 -04:00
|
|
|
pycparser = "^2.22"
|
|
|
|
|
python-dateutil = "^2.9.0.post0"
|
2024-08-12 19:07:30 +00:00
|
|
|
pyyaml = "^6.0.2"
|
2024-06-27 19:06:07 +00:00
|
|
|
s3transfer = "^0.10.2"
|
2024-05-17 18:08:41 -04:00
|
|
|
six = "^1.16.0"
|
2025-04-03 19:05:15 +00:00
|
|
|
urllib3 = "^2.3.0"
|
2024-05-17 18:08:41 -04:00
|
|
|
webencodings = "^0.5.1"
|
|
|
|
|
itsdangerous = "^2.2.0"
|
2025-03-06 04:48:17 +00:00
|
|
|
jinja2 = "^3.1.6"
|
2024-08-06 15:33:48 +00:00
|
|
|
redis = "^5.0.8"
|
2024-05-29 21:58:00 +00:00
|
|
|
requests = "^2.32.3"
|
2025-04-09 17:08:33 -07:00
|
|
|
flask-socketio = "^5.5.1"
|
2022-10-20 14:06:16 -04:00
|
|
|
|
2023-08-31 11:00:55 -07:00
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2024-07-29 22:46:11 -04:00
|
|
|
awscli = "^1.33.32"
|
2023-10-30 15:54:22 -04:00
|
|
|
bandit = "*"
|
2025-04-07 17:21:40 +00:00
|
|
|
black = "^25.1.0"
|
2023-10-30 15:54:22 -04:00
|
|
|
cloudfoundry-client = "*"
|
2024-07-22 21:57:23 +00:00
|
|
|
exceptiongroup = "==1.2.2"
|
2025-04-09 14:55:34 +00:00
|
|
|
flake8 = "^7.2.0"
|
2025-04-10 15:55:56 +00:00
|
|
|
flake8-bugbear = "^24.12.12"
|
2024-05-13 21:08:41 +00:00
|
|
|
freezegun = "^1.5.1"
|
2023-10-30 15:54:22 -04:00
|
|
|
honcho = "*"
|
2025-05-02 15:08:03 +00:00
|
|
|
isort = "^6.0.1"
|
2023-10-30 15:54:22 -04:00
|
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
2025-04-23 21:39:23 +00:00
|
|
|
moto = "==5.1.4"
|
2023-10-30 15:54:22 -04:00
|
|
|
pip-audit = "*"
|
2025-04-08 15:16:07 +00:00
|
|
|
pre-commit = "^4.2.0"
|
2024-07-29 22:46:11 -04:00
|
|
|
pytest = "^8.3.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"
|
2025-04-07 16:29:35 +00:00
|
|
|
pytest-cov = "^6.1.1"
|
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"
|
2025-04-30 21:15:51 +00:00
|
|
|
setuptools = "^80.1.0"
|
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"
|