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/bootstrap
Marc Cataford a737e954aa
build(deps): refactor dependency metadata to live in pyproject.toml (#40)
* build(deps): refactor dependency metadata to live in pyproject.toml

* build(test): wait once after successful status to ensure DB is ready
2023-11-16 00:36:58 -05:00

9 lines
132 B
Bash

#!/bin/bash
python -m venv .venv
. .venv/bin/activate
pip install -U pip~=23.3.0 pip-tools~=7.3.0
pip-sync requirements_dev.txt