Feature Request: Add requirements files
See original GitHub issueIt would be nice to have requirements files, so user can simply do, say, pip install -r requirements_qt5.txt
, if they want all dependencies for Ginga to run under Qt5.
This thought came to mind when I re-install Anaconda and I run into this or that not found when trying to use a Ginga widget for Jupyter notebook. I had to go back and reinstall missing dependency multiple times until things started working.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Feature Request: Support for multiple package requirements ...
A very common paradigm in Python packages is to have the setup.py file with all of its `install_requires` for dependencies that are essential ......
Read more >How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >How to Submit a New Feature Request - Vagaro Support
Then click New Feature Request at the top of the screen. ... Then enter a Description. Click Attach a file to add a...
Read more >Support passing a directory that holds several requirements files
Large projects like addons.mozilla.org have split their requirements into several files in the requirements directory. I'd be great if snyk could support ...
Read more >Feature Request/Bug Report Form - Adobe
Welcome to the Feature Request and Bug Report Submission Form. Use this form to request new features or suggest modifications to existing features....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I noticed that there is a
rtd-pip-requirements
file in thedoc
directory. Maybe this should be moved into the directory with the other requirements files.I’m just a little concerned that there might be quite a few and it will clutter up the root directory. How about a directory named
requirements
?