mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
ago = "~=0.0.95"
|
|
black = "==23.7.0"
|
|
blinker = "~=1.4"
|
|
exceptiongroup = "==1.1.3"
|
|
flask = "~=2.3"
|
|
flask-basicauth = "~=0.2"
|
|
flask-login = "~=0.6"
|
|
flask-wtf = "~=1.1"
|
|
govuk-bank-holidays = "==0.13"
|
|
govuk-frontend-jinja = {version = "==0.5.8-alpha", git = "https://github.com/alphagov/govuk-frontend-jinja.git"}
|
|
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
|
humanize = "~=4.8"
|
|
itsdangerous = "~=2.1"
|
|
jinja2 = "~=3.1"
|
|
notifications-python-client = "==8.0.1"
|
|
pyexcel = "==0.7.0"
|
|
pyexcel-io = "==0.6.6"
|
|
pyexcel-ods3 = "==0.6.1"
|
|
pyexcel-xls = "==0.7.0"
|
|
pyexcel-xlsx = "==0.6.0"
|
|
openpyxl = "==3.0.10"
|
|
pyproj = "==3.6.0"
|
|
python-dotenv = "==1.0.0"
|
|
pytz = "==2023.3"
|
|
rtreelib = "==0.2.0"
|
|
werkzeug = "~=2.3"
|
|
wtforms = "~=3.0"
|
|
newrelic = "*"
|
|
flask-talisman = "*"
|
|
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
|
|
coverage = "*"
|
|
vulture = "==2.9.1"
|
|
radon = "==6.0.1"
|
|
|
|
[dev-packages]
|
|
isort = "==5.12.0"
|
|
pytest = "==7.4.0"
|
|
pytest-env = "==1.0.1"
|
|
pytest-mock = "==3.11.1"
|
|
pytest-playwright = "==0.4.2"
|
|
pytest-xdist = "==3.3.1"
|
|
beautifulsoup4 = "==4.12.2"
|
|
freezegun = "==1.2.2"
|
|
flake8 = "==6.1.0"
|
|
flake8-bugbear = "==23.7.10"
|
|
flake8-print = "==5.0.0"
|
|
moto = "~=4.1"
|
|
requests-mock = "==1.11.0"
|
|
# used for creating manifest file locally
|
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
|
pip-audit = "*"
|
|
bandit = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|