"web/git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "4aeef781a3caecc694e3336ca9339e8e171ba4d4"
Commit eff757f2 authored by LysandreJik's avatar LysandreJik
Browse files

Re-pin isort version

parent a009d751
...@@ -76,7 +76,7 @@ extras["testing"] = ["pytest", "pytest-xdist"] ...@@ -76,7 +76,7 @@ extras["testing"] = ["pytest", "pytest-xdist"]
extras["docs"] = ["recommonmark", "sphinx", "sphinx-markdown-tables", "sphinx-rtd-theme"] extras["docs"] = ["recommonmark", "sphinx", "sphinx-markdown-tables", "sphinx-rtd-theme"]
extras["quality"] = [ extras["quality"] = [
"black", "black",
"isort", "isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort",
"flake8", "flake8",
] ]
extras["dev"] = extras["testing"] + extras["quality"] + ["mecab-python3", "scikit-learn", "tensorflow", "torch"] extras["dev"] = extras["testing"] + extras["quality"] + ["mecab-python3", "scikit-learn", "tensorflow", "torch"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment