We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1948d commit 07c9990Copy full SHA for 07c9990
Makefile
@@ -878,7 +878,7 @@ node_modules: package-lock.json
878
@touch node_modules
879
880
.venv: poetry.lock
881
- poetry install --no-root
+ poetry install
882
@touch .venv
883
884
.PHONY: update
@@ -895,7 +895,7 @@ update-js: node-check | node_modules
895
update-py: node-check | node_modules
896
npx updates -u -f pyproject.toml
897
rm -rf .venv poetry.lock
898
899
900
901
.PHONY: fomantic
pyproject.toml
@@ -3,6 +3,7 @@ name = "gitea"
3
version = "0.0.0"
4
description = ""
5
authors = []
6
+package-mode = false
7
8
[tool.poetry.dependencies]
9
python = "^3.10"
0 commit comments