commit 8a0a49dd5766094f60462fbfbe62e9921fbd2373 Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 23:02:47 2023 -0800 Fix formatting commit 66b2d90c507b8afd9507813ff555e46198ea33b9 Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 22:36:35 2023 -0800 Refactor frontend data models commit 5723bd8dd823ee855625e250df39393e26709d48 Author: Adam Bogdał <adam@bogdal.pl> Date: Wed Dec 20 01:17:43 2023 +0100 Fix: speed up admin panel for installs with a large number of documents (#5052) commit 9b08ce176199bf9011a6634bb88f616846150d2b Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 15:18:51 2023 -0800 Update PULL_REQUEST_TEMPLATE.md commit a6248bec2d793b7690feed95fcaf5eb34a75bfb6 Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 15:02:05 2023 -0800 Chore: Update Angular to v17 (#4980) commit b1f6f52486d5ba5c04af99b41315eb6428fd1fa8 Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 13:53:56 2023 -0800 Fix: Dont allow null custom_fields property via API (#5063) commit 638d9970fd468d8c02c91d19bd28f8b0796bdcb1 Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 13:43:50 2023 -0800 Enhancement: symmetric document links (#4907) commit 5e8de4c1da6eb4eb8f738b20962595c7536b30ec Author: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue Dec 19 12:45:04 2023 -0800 Enhancement: shared icon & shared by me filter (#4859) commit 088bad90306025d3f6b139cbd0ad264a1cbecfe5 Author: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue Dec 19 12:04:03 2023 -0800 Bulk updates all the backend libraries (#5061)
96 lines
2.0 KiB
TOML
96 lines
2.0 KiB
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
dateparser = "~=1.2"
|
|
# WARNING: django does not use semver.
|
|
# Only patch versions are guaranteed to not introduce breaking changes.
|
|
django = "~=4.2.8"
|
|
django-auditlog = "*"
|
|
django-celery-results = "*"
|
|
django-compression-middleware = "*"
|
|
django-cors-headers = "*"
|
|
django-extensions = "*"
|
|
django-filter = "~=23.5"
|
|
django-guardian = "*"
|
|
django-multiselectfield = "*"
|
|
djangorestframework = "~=3.14"
|
|
djangorestframework-guardian = "*"
|
|
drf-writable-nested = "*"
|
|
bleach = "*"
|
|
celery = {extras = ["redis"], version = "*"}
|
|
channels = "~=4.0"
|
|
channels-redis = "*"
|
|
concurrent-log-handler = "*"
|
|
filelock = "*"
|
|
flower = "*"
|
|
gotenberg-client = "*"
|
|
gunicorn = "*"
|
|
imap-tools = "*"
|
|
inotifyrecursive = "~=0.3"
|
|
langdetect = "*"
|
|
mysqlclient = "*"
|
|
nltk = "*"
|
|
ocrmypdf = "~=15.4"
|
|
pathvalidate = "*"
|
|
pdf2image = "*"
|
|
psycopg2 = "*"
|
|
python-dateutil = "*"
|
|
python-dotenv = "*"
|
|
python-gnupg = "*"
|
|
python-ipware = "*"
|
|
python-magic = "*"
|
|
pyzbar = "*"
|
|
rapidfuzz = "*"
|
|
redis = {extras = ["hiredis"], version = "*"}
|
|
scikit-learn = "~=1.3"
|
|
setproctitle = "*"
|
|
tika-client = "*"
|
|
tqdm = "*"
|
|
uvicorn = {extras = ["standard"], version = "*"}
|
|
watchdog = "~=3.0"
|
|
whitenoise = "~=6.6"
|
|
whoosh="~=2.7"
|
|
zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
|
|
|
|
[dev-packages]
|
|
# Linting
|
|
black = "==23.11.0"
|
|
pre-commit = "*"
|
|
ruff = "*"
|
|
# Testing
|
|
factory-boy = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-django = "*"
|
|
pytest-httpx = "*"
|
|
pytest-env = "*"
|
|
pytest-sugar = "*"
|
|
pytest-xdist = "*"
|
|
pytest-rerunfailures = "*"
|
|
imagehash = "*"
|
|
daphne = "*"
|
|
# Documentation
|
|
mkdocs-material = "*"
|
|
mkdocs-glightbox = "*"
|
|
|
|
[typing-dev]
|
|
mypy = "*"
|
|
types-Pillow = "*"
|
|
django-filter-stubs = "*"
|
|
types-python-dateutil = "*"
|
|
djangorestframework-stubs = {extras= ["compatible-mypy"], version="*"}
|
|
celery-types = "*"
|
|
django-stubs = {extras= ["compatible-mypy"], version="*"}
|
|
types-dateparser = "*"
|
|
types-bleach = "*"
|
|
types-redis = "*"
|
|
types-tqdm = "*"
|
|
types-Markdown = "*"
|
|
types-Pygments = "*"
|
|
types-colorama = "*"
|
|
types-psycopg2 = "*"
|
|
types-setuptools = "*"
|