-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
52 lines (48 loc) · 1.14 KB
/
pyproject.toml
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
[tool.poetry]
name = "frontrowcrew"
version = "0.1.0"
description = ""
authors = ["Scott Rubin <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.14"
Django = "^4.0"
django-extensions = "^3.1.5"
celery = "^5.4.0"
gunicorn = "^23.0.0"
Pillow = "^10.0.0"
docutils = "^0.21"
psycopg2 = "^2.9.10"
pylibmc = "^1.6.1"
django-storages = "^1.12.3"
django-celery-results = "^2.2.0"
factory-boy = "^3.2.1"
Markdown = "^3.3.6"
mdgen = "^0.1.9"
boto3 = "^1.35.49"
django-taggit = "^6.1.0"
django-readonly-field = "^1.1.1"
mutagen = "^1.45.1"
python-xmp-toolkit = "^2.0.1"
django-pagedown = "^2.2.1"
django-crispy-forms = "^2.3"
crispy-bootstrap5 = "^2024.10"
python-magic = "^0.4.27"
django-celery-beat = "^2.7.0"
requests = "^2.28.2"
tqdm = "^4.64.1"
flower = "^2.0.0"
django-model-utils = "^4.3.1"
atproto = "^0.0.55"
[tool.poetry.group.test.dependencies]
tblib = "^3.0.0"
[tool.poetry.group.dev.dependencies]
coverage = "^7.6.4"
django-debug-toolbar = "^4.0.0"
ipdb = "^0.13.9"
ipython = "^8.29.0"
pgcli = "^4.0.0"
setuptools = "^75.2.0"
Werkzeug = "^3.0.6"
[build-system]
requires = ["poetry-core>=1.3t.0"]
build-backend = "poetry.core.masonry.api"