Skip to content

feat: advertise constraints in setup.py#150

Merged
rgraber merged 2 commits intomasterfrom
rsgraber/advertise-constraints-in-setup-py
Nov 10, 2021
Merged

feat: advertise constraints in setup.py#150
rgraber merged 2 commits intomasterfrom
rsgraber/advertise-constraints-in-setup-py

Conversation

@rgraber
Copy link
Contributor

@rgraber rgraber commented Nov 9, 2021

ARCHBOM-1772
Update setup.py to use constraint files when generating requirements files for packaging and distribution.
PR generated automatically with Jenkins job cleanup-python-code.

Result of running python setup.py bdist_wheel before applying fix (in .egg-info/requires.txt):

social-auth-core
social-auth-app-django
Django
pyjwt[crypto]>=2.1.0
six

Result of running python setup.py bdist_wheel after applying fix (in .egg-info/requires.txt):

Django
pyjwt[crypto]>=2.1.0
six
social-auth-app-django
social-auth-core

@rgraber rgraber merged commit 2e167ba into master Nov 10, 2021
@rgraber rgraber deleted the rsgraber/advertise-constraints-in-setup-py branch November 10, 2021 13:05
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.

1 participant