Merged in hotfit/move-openpyxl (pull request #334)

move openpyxl from dev dependencies to general dependencies bc we use it for qaqc now

* move openpyxl from dev dependencies to general dependencies bc we use it for qaqc now


Approved-by: Katon Minhas
This commit is contained in:
Alex Galarce
2024-12-16 20:57:35 +00:00
parent 036052e75f
commit ad19bfc808
2 changed files with 483 additions and 564 deletions
+1 -1
View File
@@ -15,10 +15,10 @@ python-dotenv = "^1.0.1"
psutil = "^6.1.0"
rapidfuzz = "^3.10.1"
pyxlsb = "^1.0.10"
openpyxl = "^3.1.5"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
openpyxl = "^3.1.5"
mypy = "^1.12.0"
jupyter = "^1.1.1"
isort = "^5.13.2"