Occasionally there are issues with latest versions of flask-base dependencies (gevent seems to be the one that causes problems most often).
Recent release 20.5.1 was not installing at all for a while, now it installs but causes pkg_resources.DistributionNotFound: The 'setuptools' distribution was not found and is required by zope.interface when running server (in docker).
We should lock the versions of our dependencies to avoid situations when releasing new versions of them breaks our sites, causes CI fails or prevents us from releasing.
Occasionally there are issues with latest versions of flask-base dependencies (
gevent
seems to be the one that causes problems most often).Recent release 20.5.1 was not installing at all for a while, now it installs but causes
pkg_resources.DistributionNotFound: The 'setuptools' distribution was not found and is required by zope.interface
when running server (in docker).We should lock the versions of our dependencies to avoid situations when releasing new versions of them breaks our sites, causes CI fails or prevents us from releasing.