Skip to content

Commit

Permalink
loosen aiohttp dep constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Oct 25, 2023
1 parent 064c843 commit a3bb636
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/_restclient/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = find_namespace:
package_dir =
=src
install_requires =
aiohttp~=3.8
aiohttp
aiohttp_client_cache[sqlite]>=0.9.0
python-forge
aiosqlite
Expand All @@ -45,4 +45,3 @@ where = src
develop =
pytest
pytest-aiohttp

0 comments on commit a3bb636

Please sign in to comment.