File: bootstrap

package info (click to toggle)
pypaperless 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,200 kB
  • sloc: python: 5,370; sh: 26; makefile: 3
file content (12 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Resolve all dependencies that the application requires to run.

# Stop on errors
set -e

cd "$(dirname "$0")/.."

uv venv $VIRTUAL_ENV

echo "Installing development dependencies..."
uv sync --group dev