Skip to content

Conversation

@tcbegley
Copy link
Contributor

@tcbegley tcbegley commented Sep 24, 2019

Currently using cookiecutter on this project as documented in the readme fails due to PyYAML not being installed as a dependency, see #81 and #84

This is because PyYAML was removed as a standard install requirement in dash here.

This PR fixes this by simply making dash[dev] a requirement rather than dash. This is an alternative fix to #83 which allows dash to manage its own dependencies rather than adding PyYAML as a specific requirement of the boilerplate.

@alexcjohnson
Copy link
Collaborator

Thanks @tcbegley - this is indeed a more robust solution than #83. 💃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants