Skip to content

Commit

Permalink
chore(deps): set the python version and run poetry lock
Browse files Browse the repository at this point in the history
poetry has problems if there is no python version defined in the
dependencies section, so we use the same python version as other APIS
projects.
  • Loading branch information
b1rger committed Nov 6, 2023
1 parent 308bfd0 commit 69e945d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 4 deletions.
72 changes: 68 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
Django = ">=3.0"

[build-system]
Expand Down

0 comments on commit 69e945d

Please sign in to comment.