Преглед на файлове

fix: add isort dev dependency (#315)

cachho преди 2 години
родител
ревизия
bb1fbba161
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -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"]