File: freeze-requirements.sh

package info (click to toggle)
python-pdoc 16.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,080 kB
  • sloc: python: 5,260; javascript: 1,156; makefile: 18; sh: 3
file content (5 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/env sh
set -ex
cd -- "$(dirname -- "$0")/.."

pip-compile --all-extras --allow-unsafe --output-file=requirements-dev.txt pyproject.toml