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
22 changes: 11 additions & 11 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.5",
"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,7 +438,7 @@ 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",
Expand All @@ -457,15 +457,15 @@ dev = [
# Plugin auto-loaduje sie przez entry-point `pytest11` — `-p ...` w pytest.ini
# przestaje byc potrzebne. Konfiguracja w [tool.pytest-testcontainers-django].
"pytest-testcontainers>=0.1.0",
"pytest-testcontainers-django>=0.2.1",
"pytest-testcontainers-django>=0.2.2",
# django-run-site: CLI orchestrator dev stack-u. Dawniej `manage.py run_site`
# + helpery w `_run_site_helpers/`. Instalowany w dev-deps zeby `uv run run-site`
# mialo dostep do CLI bez globalnego `uv tool install`. Konfiguracja: runsite.toml.
"django-run-site>=0.14.0",
# 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.9",
"django-dev-helpers>=0.1.11",
"pytest-repeat>=0.9.4",
"vulture>=2.16",
]
Expand Down
Loading
Loading