Skip to content

Commit

Permalink
Require responses<=0.23.1
Browse files Browse the repository at this point in the history
Require responses<=0.23.1 to resolve dependency conflicts (e.g., with Home Assistant integrations) pending upstream resolution

getsentry/responses#657
home-assistant/core#97248
  • Loading branch information
krazos authored Jul 27, 2023
1 parent 17bc91b commit 073e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def read(fname):
packages=['forecastio'],
package_data={'forecastio': ['LICENSE.txt', 'README.rst']},
long_description=open('README.rst').read(),
install_requires=['requests>=1.6', 'responses'],
install_requires=['requests>=1.6', 'responses<=0.23.1'],
)

0 comments on commit 073e359

Please sign in to comment.