Skip to content

Commit

Permalink
remove idna pin
Browse files Browse the repository at this point in the history
introduced in #239
looks like not needed anymore since the `requests` issue was fixed
  • Loading branch information
karlicoss committed Oct 27, 2021
1 parent 6eae1d3 commit bea7743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def main() -> None:
'sqlalchemy', # DB api
'cachew>=0.8.0', # caching with type hints

'idna<3', # temporary, can remove after https://github.com/psf/requests/issues/5710 is resolved
*DEPS_INDEXER,
*DEPS_SERVER,
],
Expand Down

0 comments on commit bea7743

Please sign in to comment.