in setup.cfg the dependency is defined as: `pyrsistent >= 0.14.0` Using Python 2.7 i can no longer install jsonschema: `ERROR: pyrsistent requires Python '>=3.5' but the running Python is 2.7.2` Suggested Fix: `pyrisistent >=0.14.0,<0.17` Workaround: Install pyrsistent in version 0.16.x before installing jsonschema or any project that uses jsonschema (like i.e. flask-restx)