Skip to content

Commit 5e795cd

Browse files
committed
Add a scripts/requirements-dev.txt
1 parent 882b9ad commit 5e795cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

justfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ py-dev-env:
2727
set -euxo pipefail
2828
python3 -m venv venv
2929
venv/bin/pip install --upgrade pip
30-
venv/bin/pip install -r rerun_py/requirements-build.txt
31-
venv/bin/pip install -r rerun_py/requirements-lint.txt
30+
venv/bin/pip install -r scripts/requirements-dev.txt
3231
echo "Do 'source venv/bin/activate' to use the virtual environment!"
3332

3433
# Run all examples with the specified args

scripts/requirements-dev.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Pip packages all developers need
2+
3+
-r ../rerun_py/requirements-build.txt
4+
-r ../rerun_py/requirements-doc.txt
5+
-r ../rerun_py/requirements-lint.txt
6+
7+
google-cloud-storage==2.9.0 # for scripts/upload_image.py

0 commit comments

Comments
 (0)