Skip to content

Commit

Permalink
Relax django contraints (#12)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update poetry.lock
  • Loading branch information
baseplate-admin authored Mar 17, 2024
1 parent c2ce7ad commit eea9dcc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.10"
django = ">=5.0.2"
django = ">=4.2"
psycopg = ">=3.1.18"

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit eea9dcc

Please sign in to comment.