We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ee481 commit 4d592e3Copy full SHA for 4d592e3
2 files changed
.isort.cfg
@@ -0,0 +1,3 @@
1
+[settings]
2
+profile = black
3
+multi_line_output = 3
deploy/deploy.bash
@@ -31,7 +31,7 @@ echo "Updating pip and setuptools"
31
echo
32
33
echo "Updating Python dependencies"
34
-"${PIP}" install -r "${APP_DIR}/requirements.txt"
+"${PIP}" install -e "${APP_DIR}/"
35
36
37
0 commit comments