Skip to content

Commit

Permalink
Force attrs == 21.2.0 for home-assistant 2022.06.06
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Jun 15, 2022
1 parent d4426fd commit 7490b94
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 82 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
aiohttp = "*"
attrs = "==21.2.0"

[dev-packages]

Expand Down
151 changes: 69 additions & 82 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ packages = find:
python_requires = >=3.9
install_requires =
aiohttp
attrs == 21.2.0

[options.extras_require]
mqtt = paho-mqtt >= 1.6.1
Expand Down

0 comments on commit 7490b94

Please sign in to comment.