Skip to content

Commit

Permalink
Add poetry package-mode=false
Browse files Browse the repository at this point in the history
People now need to upgrade poetry to 1.8 or greater, with `poetry self update`
  • Loading branch information
DeD1rk committed Apr 26, 2024
1 parent e6406a4 commit 1895e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ repos:
hooks:
- id: ruff
- repo: https://github.com/python-poetry/poetry
rev: "1.4.0"
rev: "1.8.2"
hooks:
- id: poetry-check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The latest Thalia Website built on Django.

## Getting started

0. Get at least Python 3.11 and install [poetry](https://python-poetry.org/docs/#installation) and the [Pillow dependencies](#pillow-dependencies) as per below.
0. Get at least Python 3.11 and install [poetry](https://python-poetry.org/docs/#installation) >= 1.8.0 and the [Pillow dependencies](#pillow-dependencies) as per below.
1. Clone this repository
2. `make member` to create the first member while in the cloned folder. This will also install all dependencies (in a separate virtual environment)
3. `make fixtures` to generate a bunch of test data
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.0.dev"
description = "New new Thalia website, now with extra Django."
authors = ["Thalia Technicie <[email protected]>"]
license = "AGPL-3.0-or-later"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 1895e25

Please sign in to comment.