Skip to content

Commit

Permalink
Installs privatim package in development mode (to create console scri…
Browse files Browse the repository at this point in the history
…pts).
  • Loading branch information
treinhard committed Feb 28, 2025
1 parent e60c4f0 commit 7e1e2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile setup.cfg -o requirements.txt --no-emit-package setuptools
-e .
alembic==1.13.2
# via privatim (setup.cfg)
apache-libcloud==3.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z "${VIRTUAL_ENV:-}" ]; then
fi

echo "Building requirements.txt"
uv pip compile setup.cfg \
echo "-e privatim @ ." | uv pip compile setup.cfg - \
-o requirements.txt \
--no-emit-package setuptools \
"$@"
Expand Down

0 comments on commit 7e1e2b3

Please sign in to comment.