Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

feat: advertise constraints in setup.py #58

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

Conversation

edx-requirements-bot
Copy link

Additional information from script execution

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

awscli
docopt
edx-ccx-keys==1.1.0
edx-opaque-keys==2.1.1
graphitesend==0.10.0
path.py
pbr
pip==1.5.6
pymongo
python-dateutil
python-gnupg==0.3.6
pyyaml
psutil
coverage==4.3.4
mock==2.0.0
pytest==3.0.7
pytest-cov==2.4.0

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

awscli
docopt
edx-ccx-keys==1.1.0
edx-opaque-keys==2.1.1
graphitesend==0.10.0
path.py
pbr
pip==1.5.6
pymongo
python-dateutil
python-gnupg==0.3.6
pyyaml
psutil
coverage==4.3.4
mock==2.0.0
pytest==3.0.7
pytest-cov==2.4.0

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
curl -sS "https://raw.githubusercontent.com/edx/edx-cookiecutters/master/scripts/update_setup_py.sh" > update_setup_py.sh
bash update_setup_py.sh

The following packages were installed:
semgrep,isort

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant