anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
221 stars 88 forks source link

Declared jinja2 as a dependency in meta.yml and setup.py #251

Closed jlstevens closed 4 years ago

jlstevens commented 4 years ago

Title describes the full set of proposed change: jinja2 is needed for templating introduced in #244.

In many situations, jinja2 is an indirect dependency (which is why the Travis and Appveyor tests passed on that PR) but in some situations (e.g python setup.py develop in a clean miniconda environment of Windows), jinja2 will be unavailable. This PR makes jinja2 an explicit dependency.

jlstevens commented 4 years ago

Looks like this PR is ready to merge?