WIP 2024-08-10
This commit is contained in:
@ -9,12 +9,10 @@ package-mode = false
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
discord-webhook = "^1.3.1"
|
||||
django = { version = "^5.1rc1", allow-prereleases = true }
|
||||
django = { version = "^5.1", allow-prereleases = true }
|
||||
django-auto-prefetch = "^1.9.0"
|
||||
django-debug-toolbar = "^4.4.6"
|
||||
django-simple-history = "^3.7.0"
|
||||
hishel = "^0.0.29"
|
||||
httpx = "^0.27.0"
|
||||
pillow = "^10.4.0"
|
||||
platformdirs = "^4.2.2"
|
||||
python-dotenv = "^1.0.1"
|
||||
@ -75,5 +73,5 @@ format_attribute_template_tags = true
|
||||
ignore = "H006" # Img tag should have height and width attributes.
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
DJANGO_SETTINGS_MODULE = "config.settings"
|
||||
DJANGO_SETTINGS_MODULE = "core.settings"
|
||||
python_files = ["test_*.py"]
|
||||
|
Reference in New Issue
Block a user