sammchardy / python-idex

IDEX v3 Exchange REST API python implementation

Home Page:https://python-idex.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rlp requirements

benjiqq opened this issue · comments

commented

to make the client setup work I had to change requirements.txt changing rlp from rlp==0.4.7 to rlp==1.0.1

Hi,

We are using this library along with eth-rlp but eth-rlp 0.1.2 has requirement rlp<2,>=0.6.0. Would it be possible to update rlp dependency here?
Thanks.