File: setup

package info (click to toggle)
pyseventeentrack 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 996; sh: 59; 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