Switching to using StrEnum, which is in an external lib until 3.11.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-30 10:18:53 -05:00
parent 0790e5f64d
commit 116078524e
6 changed files with 68 additions and 44 deletions

View File

@@ -49,6 +49,7 @@ pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
sqlalchemy = "==1.4.40"
werkzeug = "^3.0.1"
strenum = "^0.4.15"
[tool.poetry.group.dev.dependencies]