Marc Cataford
a737e954aa
* build(deps): refactor dependency metadata to live in pyproject.toml * build(test): wait once after successful status to ensure DB is ready
9 lines
132 B
Bash
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
|