fix: add isort dev dependency (#315)

This commit is contained in:
cachho
2023-07-18 22:47:54 +02:00
committed by GitHub
parent adb7206639
commit bb1fbba161

View File

@@ -101,6 +101,7 @@ pytest = "^7.3.1"
pytest-mock = "^3.10.0"
pytest-env = "^0.8.1"
click = "^8.1.3"
isort = "^5.12.0"
[tool.poetry.extras]
streamlit = ["streamlit"]