File: bootstrap

package info (click to toggle)
voluptuous-serialize 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: python: 238; sh: 12; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Resolve all dependencies that the application requires to run.

# Stop on errors
set -e

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

echo "Installing test and release dependencies..."
python3 -m pip install pytest pylint flake8 pydocstyle twine