forked from davidfischer/mtg-printable-set-label-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (29 loc) · 971 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
[tool.poetry]
name = "frontend"
version = "0.0.21"
description = "Magic: the Gathering Printable Set Label Frontend"
readme = "README.md"
license = "MIT"
authors = ["Evgenii Vasilenko <[email protected]>"]
maintainers = ["Evgenii Vasilenko <[email protected]>"]
homepage = "https://mtg-printable-label.fly.dev/"
repository = "https://github.com/gofrolist/mtg-printable-set-label-frontend"
[tool.poetry.dependencies]
python = '^3.10'
crispy-bootstrap4 = "==2024.10"
django = "==5.1.4"
django-crispy-forms = "==2.3"
django-debug-toolbar = "==4.4.6"
django-environ = "==0.11.2"
gunicorn = "==23.0.0"
requests = ">=2,<3"
whitenoise = "==6.8.2"
mtglabels = {git = "https://github.com/gofrolist/mtg-printable-set-label-generator.git", tag = "v0.0.21"}
[tool.poetry.group.dev.dependencies]
black = "==24.10.0"
pre-commit = "==4.0.1"
reorder-python-imports = "==3.14.0"
tox = "==4.23.2"
[build-system]
requires = ["poetry-core>=1.8.1"]
build-backend = "poetry.core.masonry.api"