Any chance the dependencies declared in setup.py can be relaxed ?
e.g as opposed to mypy-extensions==0.4.3 something like mypy-extensions>=0.4.3 ? this would allow me to install this package using a package manager that supports dependency resolution checks.
Thanks