Use latest git version for Django so we can use SQLite settings
This commit is contained in:
parent
20f38de611
commit
acc7c6aac0
3 changed files with 19 additions and 146 deletions
|
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
django = { extras = ["argon2"], version = "^5.0.3" }
|
||||
django = {git = "https://github.com/django/django.git"}
|
||||
python-dotenv = "^1.0.1"
|
||||
feedparser = "^6.0.11"
|
||||
gunicorn = "^21.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue