andelf / tronpy

TRON Python Client Library.
MIT License
204 stars 96 forks source link

fix: httpx dependency version #44

Closed kcy1019 closed 2 years ago

kcy1019 commented 2 years ago

Currently tronpy conflicts with other packages such as xrpl-py because of httpx==0.16.1. It would be nice to loosen the version requirement like other dependencies.

This patch resolves #32.