Making setuptools a regular dependency.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-03-22 12:04:49 -04:00
parent 1d7f38b7e0
commit b546e83399
2 changed files with 3 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ python-dotenv = "==1.0.0"
sqlalchemy = "==1.4.40"
werkzeug = "^3.0.1"
faker = "^23.3.0"
setuptools = "^69.2.0"
[tool.poetry.group.dev.dependencies]