Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ requires-python = ">=3.11,<3.15"
dependencies = [
"Django>=5.2.14,<5.3",
"arrow>=1.3,<2",
"numpy>=2.4.4",
"numpy>=2.4.6",
"pygad>=3.6.0",
"django-denorm-iplweb>=1.10.2",
"django-denorm-iplweb>=1.11.1",
"django-tabular-permissions==2.9.3",
"simplejson>=4.1.1,<5",
"django-reversion>=6,<7",
"django-reversion>=6.2.0,<7",
"django-reversion-compare>=0.19.2",
"channels[daphne]>=4.3.2,<5",
"uvicorn[standard]>=0.46.0",
Expand Down Expand Up @@ -69,12 +69,12 @@ dependencies = [
"django-session-security>=2.6.8",
"django-password-policies-iplweb==0.9.0",
"dj-pagination==2.5.0",
"requests>=2.34.0",
"requests>=2.34.2",
"django-extensions>=3.2,<5",
"django-minify-html>=1.14,<2",
"Pillow>=12.2,<14",
"django-grappelli>=5.0.0,<6",
"django-multiseek==0.9.49",
"django-multiseek==0.10.1",
"django-braces>=1.15.0",
"django-loginas==0.3.14",
"django-webmaster-verification==0.4.3",
Expand Down Expand Up @@ -105,7 +105,7 @@ dependencies = [
"djangoql==0.19.1",
"django-weasyprint>=2.5.0",
"django-templated-email>=3.0.0",
"django-formtools>=2.5.1,<3",
"django-formtools>=2.6.1,<3",
"pathspec>=1.1.1",
"django-environ>=0.13.0",
"django-celery-email>=3.0.0",
Expand Down Expand Up @@ -147,8 +147,8 @@ dependencies = [
# (testy/dev/baseline_rebuild). Sam runtime nic nie kosztuje gdy PG_BASELINE
# niezdefiniowane (no-op AppConfig.ready).
"django-pg-baseline>=0.3.0",
"django-site-blog>=0.2.0",
"django-first-run-wizard>=0.1.0",
"django-site-blog>=0.2.1",
"django-first-run-wizard>=0.1.1",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -438,14 +438,14 @@ dev = [
"pytest-shard>=0.1.2",
"pytest-timeout>=2.1.0",
"pyparsing>=3.3.2",
"ruff>=0.15.12",
"ruff>=0.15.13",
"djlint>=1.36,<2",
"pre-commit>=4.6.0",
"twine>=5.1.0",
"ipdb>=0.13.9",
"ipython>=8.2.0",
"playwright>=1.59.0,<2",
"pytest-playwright>=0.4.0",
"playwright>=1.60.0,<2",
"pytest-playwright>=0.8.0",
# pytest-env 1.3.0+ wymaga pytest>=9.0.2 (sprawdz `pip show pytest-env`)
# — zostaje przy 1.2.0, kompatybilnym z pytest 8.x. Zachowuje sie tak
# samo dla naszego usage (env=DJANGO_ALLOW_ASYNC_UNSAFE=1 etc.). Po
Expand All @@ -465,7 +465,7 @@ dev = [
# django-dev-helpers: autologin endpoint + dotfiles dla agentow LLM. Dawniej
# `src/django_bpp/views_run_site_autologin.py`. Aktywuje sie tylko gdy run-site
# ustawi DJANGO_DEV_HELPERS_ENABLED=1 — w produkcji no-op.
"django-dev-helpers>=0.1.10",
"django-dev-helpers>=0.1.11",
"pytest-repeat>=0.9.4",
"vulture>=2.16",
]
Expand Down
Loading
Loading