Skip to content

Commit

Permalink
Loosen lxml pin to 4.5+ (#4)
Browse files Browse the repository at this point in the history
This library is currently blocking Home Assistant from updating lxml

home-assistant/core#106696
  • Loading branch information
bdraco committed Jan 8, 2024
1 parent e699766 commit 1ca3e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
author_email='adrian@morenomartinez.com',
url='https://github.com/adrianmo/pymeteoclimatic',
packages=['meteoclimatic', ],
install_requires=['lxml~=4.5',
'beautifulsoup4~=4.9'
install_requires=['lxml>=4.5',
'beautifulsoup4>=4.9'
],
python_requires='>=3.6',
classifiers=[
Expand Down

0 comments on commit 1ca3e0f

Please sign in to comment.