We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3911a19 commit f47e4e0Copy full SHA for f47e4e0
configure
@@ -28,9 +28,9 @@ CLI_ARGS=$1
28
################################
29
30
# 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"
+REQUIREMENTS="--editable ."
+DEV_REQUIREMENTS="--editable .[testing]"
+DOCS_REQUIREMENTS="--editable .[docs]"
34
35
# where we create a virtualenv
36
VIRTUALENV_DIR=venv
requirements-dev.txt
requirements.txt
0 commit comments