Skip to content

Commit

Permalink
πŸ“Œ Build dependencies for py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Nov 27, 2024
1 parent dd2b41a commit 5c652cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ testci:
coverage report

backend_dependencies: pyproject.toml
uv pip compile -o requirements.txt pyproject.toml
uv pip compile -o requirements-dev.txt --extra dev pyproject.toml
uv pip compile -o requirements-production.txt --extra production pyproject.toml
uv pip compile -o requirements.txt pyproject.toml -p 3.10
uv pip compile -o requirements-dev.txt --extra dev pyproject.toml -p 3.10
uv pip compile -o requirements-production.txt --extra production pyproject.toml -p 3.10

frontend_dependencies:
./devsetup.sh upgrade_frontend_repos
Expand Down

0 comments on commit 5c652cc

Please sign in to comment.