summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-16 12:07:56 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-05-16 12:07:56 +0200
commite3b7ebde2f40dbb9737c82858a5c13f666b22f58 (patch)
treef9072336acf71e8876aecc0a4bed07e36fccde5c /Makefile
parentea269ece1708f1f43133a6be63a32d53d6997704 (diff)
[pkg] add dependencies for pixelated to the makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b72628e..80ef8654 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ dev-mail:
dev-gui:
pip install -e '.[gui]'
+ pip install requests whoosh
pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/
dev-backend:
@@ -25,6 +26,7 @@ dev-latest-backend: dev-backend
dev-all:
pip install -e '.[all]'
# install pixelated from our repo until assets get packaged.
+ pip install requests whoosh
pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/
dev-latest-all: dev-all