Skip to content

Commit

Permalink
finally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayy001 committed Dec 7, 2024
1 parent 94b97eb commit bd893fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $(VENV_BIN_ACTIVATE): requirements.remote.txt requirements.txt
@set -e; \
. $(VENV_BIN_ACTIVATE); \
python -m pip install \
--extra-index-url=https://wheels.eeems.codes/
-r requirements.remote.txt

.venv/${FW_VERSION}_reMarkable2-${FW_DATA}.signed: $(VENV_BIN_ACTIVATE) $(OBJ)
Expand Down Expand Up @@ -96,6 +97,7 @@ executable: $(VENV_BIN_ACTIVATE)
@set -e; \
. $(VENV_BIN_ACTIVATE); \
python -m pip install \
--extra-index-url=https://wheels.eeems.codes/
nuitka==2.4.8
@echo "[info] Building codexctl"
@set -e; \
Expand Down
24 changes: 0 additions & 24 deletions pyproject.toml

This file was deleted.

0 comments on commit bd893fd

Please sign in to comment.