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 authored Oct 27, 2021
1 parent 6eae1d3 commit e278f61
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 @@ -36,7 +36,7 @@ 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
'idna',
*DEPS_INDEXER,
*DEPS_SERVER,
],
Expand Down

0 comments on commit e278f61

Please sign in to comment.