Skip to content

Commit f47e4e0

Browse files
committed
Remove the contraint on requirements files
Signed-off-by: tdruez <[email protected]>
1 parent 3911a19 commit f47e4e0

File tree

3 files changed

+3
-108
lines changed

3 files changed

+3
-108
lines changed

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ CLI_ARGS=$1
2828
################################
2929

3030
# Requirement arguments passed to pip and used by default or with --dev.
31-
REQUIREMENTS="--editable . --constraint requirements.txt"
32-
DEV_REQUIREMENTS="--editable .[testing] --constraint requirements.txt --constraint requirements-dev.txt"
33-
DOCS_REQUIREMENTS="--editable .[docs] --constraint requirements.txt"
31+
REQUIREMENTS="--editable ."
32+
DEV_REQUIREMENTS="--editable .[testing]"
33+
DOCS_REQUIREMENTS="--editable .[docs]"
3434

3535
# where we create a virtualenv
3636
VIRTUALENV_DIR=venv

requirements-dev.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)