-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add requirements to setup.py #105
Comments
for sure, that's a good idea! I think this could be handled by doing something like:
PR is welcome :-) |
Great! Opening a PR now. I usually hesitate to read dependencies from the But, I suppose this distinction is unlikely to matter in jupyter-book, and it would be easier not to maintain two lists that might get out of sync. |
yeah, I hear what you mean - gosh python packaging is so confusing to me haha. Let's keep an eye open for whether this ends up messing something up :-) thanks for the idea and quick turnaround @Zsailer! |
You're not alone! 😆 As a side note, Jupyter-book is awesome. It's my python replacement for bookdown. Great work here! |
Installing with pip doesn't grab the minimum dependencies found in the
requirements.txt
(i.e.nbclean
is required to create the demo book, but it's not included in thesetup.py
dependencies).Would y'all like a PR to add these to the
install_requires
arg in thesetup.py
?The text was updated successfully, but these errors were encountered: