Background on the problem the feature will solve/improved user experience
When dependencies are installed on a new environment with 'pipenv install', the installation of pystache==0.5.4 fails.
Root cause of the problem found: the latest version of setuptools does not support installation using 2to3, which is required for pystache==0.5.4. Moreover, there is no way currently in pipenv to lock the version of setuptools.
Describe the solution you'd like
It seems pystache isn't a required library (already tested this), and can be removed from the pipfile.
Background on the problem the feature will solve/improved user experience
When dependencies are installed on a new environment with 'pipenv install', the installation of pystache==0.5.4 fails. Root cause of the problem found: the latest version of setuptools does not support installation using 2to3, which is required for pystache==0.5.4. Moreover, there is no way currently in pipenv to lock the version of setuptools.
Describe the solution you'd like
It seems pystache isn't a required library (already tested this), and can be removed from the pipfile.
Tasks
Remove pystache from pipfile
Acceptance Criteria
pystache is not present in the pipfile