File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 151151# Requirement arguments passed to pip and used by default or with --dev.
152152REQUIREMENTS=" --editable . --constraint requirements.txt"
153153DEV_REQUIREMENTS=" --editable .[dev,packages] --constraint requirements.txt --constraint requirements-dev.txt"
154+ PROD_REQUIREMENTS=" scancode_toolkit*.whl"
154155
155156# where we create a virtualenv
156157VIRTUALENV_DIR=venv
Original file line number Diff line number Diff line change 2828@ rem # Requirement arguments passed to pip and used by default or with --dev.
2929set " REQUIREMENTS = --editable . --constraint requirements.txt"
3030set " DEV_REQUIREMENTS = --editable .[dev] --constraint requirements.txt --constraint requirements-dev.txt"
31+ set " PROD_REQUIREMENTS = scancode_toolkit*.whl"
3132
3233@ rem # where we create a virtualenv
3334set " VIRTUALENV_DIR = venv"
You can’t perform that action at this time.
0 commit comments