Skip to content

Commit

Permalink
[112] Add urllib3 and six to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Oct 28, 2024
1 parent 05d0b21 commit cb06bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.12.1-webui111
v2.0-alpha.12.1-webui112
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ dependencies = [
"sqlalchemy==2.0.36",
"huey>=2.5.1",
"starlette==0.38.4",
"urllib3==2.2.3",
"six==1.16.0",
]

[build-system]
Expand Down

0 comments on commit cb06bfc

Please sign in to comment.