Skip to content

Commit

Permalink
fix(requirements.txt): ensure typing-extensions >= 4.7.0 (#61)
Browse files Browse the repository at this point in the history
* fix(requirements.txt): ensure typing-extensions >= 4.7.0

* fix(pyproject-toml): typing-ext 4.7.0

typing-ext 4.7.0

* fix(pyproject.toml): error: Multiple top-level packages discovered in a flat-layout: ['assets', 'comfy_cli'].

- [fix(requirements.txt): ensure typing-extensions >= 4.7.0 · 036ef4f]( https://github.com/yoland68/comfy-cli/actions/runs/9101020749/job/25019218143?pr=61 )

by https://stackoverflow.com/questions/72294299/multiple-top-level-packages-discovered-in-a-flat-layout
  • Loading branch information
snomiao authored May 17, 2024
1 parent c53a2e5 commit 4d85318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"rich",
"requests",
"pyyaml",
"typing-extensions",
"typing-extensions >= 4.7.0",
"mixpanel",
"questionary",
"psutil",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rich
GitPython
requests
pyyaml
typing-extensions
typing-extensions >= 4.7.0
questionary
mixpanel
tomlkit
Expand Down

0 comments on commit 4d85318

Please sign in to comment.