zksync-sdk / zksync-python

Python 3.8 SDK for zkSync
MIT License
116 stars 65 forks source link

Remove direct idna dependency (still indirectly required by httpx) #5

Closed hukkin closed 3 years ago

hukkin commented 3 years ago

idna is not directly used here, so removed the direct dependency.

hukkin commented 3 years ago

Apparently the restriction is indeed used to fix what seems like pip's failure to resolve dependencies.