This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/backend/script/requirements-lock
Marc Cataford fbba07cbdc
build: tooling clean-up (#14)
* build(backend): requirements-locks to use venv directly to avoid needing to activate

* build(backend): taskfile cleaning, no more sourcing

* build(frontend): remove unneeded syntax, cmds>cmd for one-liners

* docs: instructors on local setup

* ci: hoisted default working directory settings
2023-08-12 16:32:07 -04:00

6 lines
143 B
Bash

#!/bin/bash
PIP_COMPILE=.venv/bin/pip-compile
$PIP_COMPILE requirements.in --no-header \
&& $PIP_COMPILE requirements_dev.in --no-header