-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
39 lines (36 loc) · 954 Bytes
/
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
[tool.poetry]
name = "graffitihouse"
version = "0.1.0"
description = "Web application for Graffiti House"
authors = ["Jason Heppler <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
Django = "^4.1.7"
django-extensions = "^3.2.1"
Pillow = "^9.4.0"
django-tailwind = "^3.3.0"
django-browser-reload = "^1.7.0"
psycopg2 = "^2.9.5"
python-dotenv = "^1.0.0"
django-environ = "^0.10.0"
django-prose = "^1.2.0"
django-admin-interface = "^0.24.2"
django-taggit = "^4.0.0"
taggit-selectize = "^2.11.0"
django-multiselectfield = "^0.1.12"
django-debug-toolbar = "^4.0.0"
django-import-export = "^4.1.1"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
djhtml = "^3.0.6"
pre-commit = "^3.2.0"
pytest-sugar = "^0.9.7"
pytest-django = "^4.5.2"
sphinx = "^7.0.0"
pylint-django = "^2.5.3"
django-extensions = "^3.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"