Skip to content

Commit

Permalink
feat(deps): add distlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Dec 11, 2022
1 parent a17cc5e commit fab22ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ babel==2.11.0 ; python_version >= "3.7" and python_version < "3.12"
bleak-sigspec==0.0.4 ; python_version >= "3.7" and python_version < "3.12"
bleak-winrt==1.2.0 ; python_version >= "3.7" and python_version < "3.12" and platform_system == "Windows"
bleak==0.19.4 ; python_version >= "3.7" and python_version < "3.12"
boltons==19.3.0 ; python_version >= "3.7" and python_version < "3.12"
boltons==21.0.0 ; python_version >= "3.7" and python_version < "3.12"
cachier==1.5.4 ; python_version >= "3.7" and python_version < "3.12"
certifi==2022.9.24 ; python_version >= "3.7" and python_version < "3.12"
charset-normalizer==2.1.1 ; python_version >= "3.7" and python_version < "3.12"
Expand All @@ -16,6 +16,7 @@ colorama==0.4.6 ; python_version >= "3.7" and python_version < "3.12" and sys_pl
commonmark==0.9.1 ; python_version >= "3.7" and python_version < "3.12"
dbus-fast==1.73.0 ; python_version >= "3.7" and python_version < "3.12" and platform_system == "Linux"
dill==0.3.6 ; python_version >= "3.7" and python_version < "3.12"
distlib==0.3.6 ; python_version >= "3.7" and python_version < "3.12"
docutils==0.17.1 ; python_version >= "3.7" and python_version < "3.12"
dpath==1.5.0 ; python_version >= "3.7" and python_version < "3.12"
gitdb==4.0.9 ; python_version >= "3.7" and python_version < "3.12"
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ upydevice = "0.3.8"
attrs = "^22.1.0"
typing-extensions = "^4.4.0"
pydantic = "^1.10.2"
distlib = "^0.3.6"

[tool.poetry.group.dev.dependencies]
autoflake = "^1.4"
Expand Down

0 comments on commit fab22ba

Please sign in to comment.