forked from Apreche/frontrowcrew
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (48 loc) · 1.14 KB
/
pyproject.toml
File metadata and controls
54 lines (48 loc) · 1.14 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
[tool.poetry]
name = "frontrowcrew"
version = "0.1.0"
description = ""
authors = ["Scott Rubin <apreche@frontrowcrew.com>"]
[tool.poetry.dependencies]
python = "^3.11"
Django = "^4.0"
django-extensions = "^3.1.5"
celery = "^5.2.1"
gunicorn = "^21.2.0"
Pillow = "^10.0.0"
docutils = "^0.20"
psycopg2 = "^2.9.2"
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.20.26"
django-taggit = "^5.0.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.0"
crispy-bootstrap5 = "^0.7"
python-magic = "^0.4.27"
django-celery-beat = "^2.4.0"
requests = "^2.28.2"
tqdm = "^4.64.1"
flower = "^2.0.0"
django-model-utils = "^4.3.1"
[tool.poetry.dev-dependencies]
ipython = "^8.3.0"
ipdb = "^0.13.9"
Werkzeug = "^3.0.0"
coverage = "^7.0.5"
[tool.poetry.group.test.dependencies]
tblib = "^3.0.0"
[tool.poetry.group.dev.dependencies]
django-debug-toolbar = "^4.0.0"
pgcli = "^4.0.0"
setuptools = "^68.2.2"
[build-system]
requires = ["poetry-core>=1.3t.0"]
build-backend = "poetry.core.masonry.api"