Inconsistent requirements.txt
Closed this issue · 0 comments
fhenneke commented
It looks as if some of the packages in the requirements.txt
are not needed for the code, e.g., pylint
or black
.
Other requirements seem overly strict (e.g. web3==6.0.0
) or relatively loose (e.g. types-requests
).