mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-19 17:01:12 +00:00
Clean up pyproject.toml and package.json, fix poetry options (#25327)
- Reduce `pyproject.toml` and `package.json` to the minimal required format, removing unneeded properties. `build-system` is not needed as per [this](https://github.com/python-poetry/poetry/issues/8110#issuecomment-1595846841). - Fix `poetry.toml` options they were wrong previously. - Add dependencies of poetry files to templates `files-changed`. --------- Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
parent
bfab129fb9
commit
1a0a205466
5 changed files with 3 additions and 11 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -4,8 +4,6 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gitea",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@citation-js/core": "0.6.8",
|
||||
"@citation-js/plugin-bibtex": "0.6.8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue