Skip to content

Commit 19cebae

Browse files
committed
Use ScanCode pinned requirements as a constraint
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d0a160f commit 19cebae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
@rem ################################
2525

2626
@rem # Requirement arguments passed to pip and used by default or with --dev.
27-
set "REQUIREMENTS=--editable ."
28-
set "DEV_REQUIREMENTS=--editable .[testing]"
27+
set "REQUIREMENTS=--editable . --constraint requirements.txt"
28+
set "DEV_REQUIREMENTS=--editable .[testing] --constraint requirements.txt"
2929

3030
@rem # where we create a virtualenv
3131
set "VIRTUALENV_DIR=tmp"

0 commit comments

Comments
 (0)