cleanup login.gov work

This commit is contained in:
Kenneth Kehl
2023-10-19 12:22:36 -07:00
parent 86ac810fff
commit 1d1e7747d0
5 changed files with 821 additions and 634 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9,<3.12"
ago = "~=0.0.95"
black = "==23.9.1"
blinker = "~=1.6"
@@ -22,6 +22,7 @@ gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
humanize = "~=4.8"
itsdangerous = "~=2.1"
jinja2 = "~=3.1"
jwt = "==1.3.1"
notifications-python-client = "==8.0.1"
pyexcel = "==0.7.0"
pyexcel-io = "==0.6.6"
@@ -31,7 +32,8 @@ pyexcel-xlsx = "==0.6.0"
openpyxl = "==3.0.10"
pyproj = "==3.6.1"
python-dotenv = "==1.0.0"
pytz = "==2023.3.post1"
#pytz = "==2023.3.post1"
pytz = "==2023.3"
rtreelib = "==0.2.0"
werkzeug = "~=2.3"
wtforms = "~=3.0"