Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie committed Jul 16, 2023
1 parent b5ddaa1 commit ff1a55b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.sh
Expand Up @@ -23,7 +23,8 @@ echo "creating package"
mkdir -p lib package

# Pull down Python dependencies
pip3 install -r requirements.txt -t lib --no-binary :all: --prefix ""
#pip3 install -r requirements.txt -t lib --no-binary :all: --prefix ""
pip3 install -r requirements.txt -t lib --prefix "" --no-cache --use-pep517

# Put package together
cp -r lib pkg LICENSE manifest.json *.py README.md css images js views package/
Expand Down

0 comments on commit ff1a55b

Please sign in to comment.