File: setup

package info (click to toggle)
py17track 2021.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 859; sh: 41; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

# Install all dependencies:
pip3 install poetry
poetry lock
poetry install

# Install pre-commit hooks:
pre-commit install