Skip to content
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

Use environment markers for conditional dependencies #1230

Merged
merged 1 commit into from Mar 8, 2018
Merged

Use environment markers for conditional dependencies #1230

merged 1 commit into from Mar 8, 2018

Conversation

jdufresne
Copy link
Contributor

Using environment markers has support among modern Python packaging tools (setuptools, pip, wheel, etc.). Allows describing environment specific dependencies in setup.py without using runtime logic.

@giampaolo
Copy link
Owner

Good stuff. Can't merge it from my phone. I approved the PR so I think you should be able to.

@jdufresne
Copy link
Contributor Author

jdufresne commented Mar 4, 2018

Thanks. I'd be glad to merge, but I don't have write access on the repo. 😄

@giampaolo
Copy link
Owner

giampaolo commented Mar 4, 2018 via email

Using environment markers has support among modern Python packaging
tools (setuptools, pip, wheel, etc.). Allows describing environment
specific dependencies in setup.py without using runtime logic.
@giampaolo giampaolo merged commit 98cce4a into giampaolo:master Mar 8, 2018
@jdufresne jdufresne deleted the markers branch March 9, 2018 14:46
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.

None yet

2 participants