Files
notifications-api/Pipfile

86 lines
2.3 KiB
TOML
Raw Normal View History

2022-10-20 14:06:16 -04:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.7.7"
amqp = "==5.1.1"
arrow = "==1.2.3"
2022-10-20 14:06:16 -04:00
asn1crypto = "==1.5.1"
async-timeout = "==4.0.2"
attrs = "==21.4.0"
awscli = "==1.24.8"
bcrypt = "==3.2.2"
beautifulsoup4 = "==4.12.2"
2022-10-20 14:06:16 -04:00
billiard = "==3.6.4.0"
bleach = "==4.1.0"
2023-05-01 21:40:36 -04:00
blinker = "~=1.4"
2022-10-20 14:06:16 -04:00
boto3 = "==1.23.8"
botocore = "==1.26.8"
cachetools = "==5.1.0"
celery = {version = "==5.2.7", extras = ["redis"]}
2022-12-08 13:46:07 -05:00
certifi = ">=2022.12.7"
2022-10-20 14:06:16 -04:00
cffi = "==1.15.0"
charset-normalizer = "==2.0.12"
click = "==8.1.3"
click-datetime = "==0.2"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.2.0"
colorama = "==0.4.4"
defusedxml = "==0.7.1"
deprecated = "==1.2.14"
dnspython = "==2.2.1"
2022-10-20 14:06:16 -04:00
docopt = "==0.6.2"
docutils = "==0.16"
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"
flask-marshmallow = "==0.14.0"
flask-migrate = "==3.1.0"
flask-redis = "==0.4.0"
flask-sqlalchemy = {version = "==2.5.1", ref = "aa7a61a5357cf6f5dcc135d98c781192457aa6fa", git = "https://github.com/pallets-eco/flask-sqlalchemy.git"}
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
iso8601 = "==1.0.2"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.3", extras = ["format"]}
lxml = "==4.9.3"
marshmallow = "==3.19.0"
marshmallow-sqlalchemy = "==0.29.0"
2022-10-20 14:06:16 -04:00
notifications-python-client = "==6.3.0"
oscrypto = "==1.3.0"
psycopg2-binary = "==2.9.3"
pyjwt = "==2.7.0"
python-dotenv = "==1.0.0"
2022-10-20 14:06:16 -04:00
sqlalchemy = "==1.4.40"
2023-05-01 21:40:36 -04:00
werkzeug = "~=2.3"
2022-10-20 14:06:16 -04:00
# gds metrics packages
prometheus-client = "==0.14.1"
2022-10-31 14:27:52 -04:00
gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72", git = "https://github.com/alphagov/gds_metrics_python.git"}
packaging = "==23.1"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
newrelic = "*"
2022-10-20 14:06:16 -04:00
[dev-packages]
2023-07-26 10:04:52 -07:00
exceptiongroup = "==1.1.2"
2022-10-20 14:06:16 -04:00
flake8 = "==4.0.1"
flake8-bugbear = "==23.3.12"
2022-10-20 14:06:16 -04:00
isort = "==5.10.1"
moto = "==3.1.9"
pytest = "==7.4.0"
2022-10-20 14:06:16 -04:00
pytest-env = "==0.6.2"
pytest-mock = "==3.11.1"
pytest-cov = "==4.1.0"
pytest-xdist = "==3.3.1"
2022-10-20 14:06:16 -04:00
freezegun = "==1.2.1"
requests-mock = "==1.9.3"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
2022-10-28 12:58:07 +00:00
pip-audit = "*"
bandit = "*"
2022-11-01 09:54:31 -04:00
honcho = "*"
2023-05-09 21:44:15 -04:00
cloudfoundry-client = "*"
2022-10-20 14:06:16 -04:00
[requires]
python_version = "3.9"