Call-for-Code-for-Racial-Justice / Legit-Info

"Legit Info" app helps residents understand the impact of legislation and policies based on their country, state, county, city, district location
Apache License 2.0
67 stars 74 forks source link

pystache installation fails when installing dependencies in new environment #152

Closed shubham599 closed 2 years ago

shubham599 commented 2 years ago

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

github-actions[bot] commented 2 years ago

Thank you so much for contributing to our work!