New Feature Request
Checklist
Current Limitation
The requirements in the requirements.txt file are too restrictive, because they pin exact package versions. They make it impossible to install moralis in my environment together with other packages.
Feature / Enhancement Description
Please don't make such restrictive dependency requirements, I don't think they are necessary for proper operation. For example only specify a minimum version.
Alternatives / Workarounds
Currently I need to bypass the dependency checks and install dependencies manually to get it work.