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

feat: advertise constraints in setup.py #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rgraber
Copy link

@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):

Django>=2.2
edx-django-utils>=3.12.0
django-model-utils
edx-drf-extensions
edx-celeryutils
djangorestframework
django-config-models
edx-toggles

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

Django>=2.2
edx-django-utils>=3.12.0
django-model-utils
edx-drf-extensions
edx-celeryutils
djangorestframework
django-config-models
edx-toggles

@rgraber rgraber changed the title [ARCHBOM-1772](https://openedx.atlassian.net/browse/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. feat: advertise constraints in setup.py Nov 9, 2021
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