-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
70 lines (69 loc) · 1.74 KB
/
pyproject.toml
File metadata and controls
70 lines (69 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[project]
name = "colocus"
version = "3.0.0"
description = "Django backend for Colocus browser"
readme = "README.md"
requires-python = "==3.12.*"
dependencies = [
"argon2-cffi==23.1.0",
"base58==2.1.1",
"black==23.12.1",
"boltons~=20.2.1",
"collectfast==2.2.0",
"coverage==7.4.0",
"crispy-bootstrap5==2023.10",
"django==4.2.9",
"django-anymail[amazon-ses]==10.2",
"django-cors-headers==4.3.1",
"django-coverage-plugin==3.1.0",
"django-crispy-forms==2.1",
"django-debug-toolbar==4.4.6",
"django-environ==0.11.2",
"django-extensions==3.2.3",
"django-filter==23.5",
"django-model-utils==4.3.1",
"django-redis==5.4.0",
"django-storages[boto3]==1.13.1",
"django-stubs[compatible-mypy]==4.2.7",
"djangorestframework==3.14.0",
"djangorestframework-stubs[compatible-mypy]==3.14.5",
"drf-spectacular==0.27.0",
"factory-boy==3.3.0",
"flake8~=7.2.0",
"flake8-isort==6.1.1",
"genelocator==1.1.2",
"gunicorn==21.2.0",
"hiredis==2.4.0",
"mypy==1.7.1",
"pillow==10.2.0",
"polars==1.5.0",
"pre-commit==3.6.0",
"psycopg2-binary>=2.9.10",
"pyarrow==17.0.0",
"pylint-django==2.5.5",
"pytest==7.4.4",
"pytest-django==4.7.0",
"pytest-sugar==0.9.7",
"python-slugify==8.0.1",
"pytz==2022.1",
"pyyaml==6.0.1",
"redis==4.3.3",
"ruff>=0.14.6",
"scipy~=1.15.1",
"sentry-sdk==1.39.2",
"setuptools==75.8.0",
"sphinx==7.2.0",
"sphinx-autobuild==2021.3.14",
"uvicorn[standard]==0.25.0",
"watchgod==0.8.2",
"werkzeug[watchdog]==3.0.1",
"zorp[lookups,perf]==0.3.8",
]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"ipdb>=0.13.13",
"ipykernel>=6.29.5",
"pandas>=2.2.3",
"rich>=13.9.4",
]