-
Notifications
You must be signed in to change notification settings - Fork 145
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
Dependencies by python version #20
Comments
Not just different versions of the Python language (and reference implementation) but also for different interpreters like PyPy and Pyston. |
On a similar note, but quite a bit harder, what about different operating systems? e.g. For running a file watcher I need to install one and only one of This is currently accomplished with custom code in |
@jacebrowning Yes, that as well. |
This is for application deployments, and will be used to target one specific operating system, if any. |
It should be possible to set dependencies by Python version to allow installing backported modules only when needed.
The text was updated successfully, but these errors were encountered: