Files
links/pyproject.toml
dependabot[bot]andGitHub e587719c9c Bump sqlparse from 0.5.1 to 0.5.4
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.4.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.4)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-version: 0.5.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-13 18:34:14 +00:00

57 lines
1.1 KiB
TOML

[project]
name = "links"
version = "0.1.1"
description = "A URL management tool"
requires-python = ">=3.12"
dependencies = [
"asgiref==3.8.1",
"Django>=5.2.9",
"django-widget-tweaks==1.5.0",
"sqlparse==0.5.4",
"django-tailwind==3.8.0",
"fontawesome-free==5.15.3",
"gunicorn==23.0.0",
"whitenoise==5.3.0",
"django-simplemde==0.1.4",
"markdown==3.7",
"requests>=2.32.4,<3",
"beautifulsoup4==4.12.3",
"djangorestframework==3.15.2",
"apscheduler>=3.10.0,<4.0.0",
"playwright>=1.40.0",
"boto3>=1.35.0",
"python-magic>=0.4.27",
"pillow~=12.1.1",
"whoosh==2.7.4",
"qdrant-client>=1.13.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
[tool.hatch.metadata]
allow-direct-references = true
[project.optional-dependencies]
dev = [
"pytest>=7.0",
"pytest-django>=4.5",
"black>=23.0",
"isort>=5.0",
"flake8>=6.0",
]
[tool.black]
line-length = 100
target-version = ["py312"]
include = '\.pyi?$'
[tool.isort]
profile = "black"
multi_line_output = 3
line_length = 100