-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
62 lines (56 loc) · 1.18 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
53
54
55
56
57
58
59
60
61
62
[tool.poetry]
name = "jst-django"
version = "v4.1.3"
description = ""
authors = ["A'zamov Samandar <[email protected]>"]
readme = "README.md"
packages = [
{ include = "jst_django", from = "src" }
]
[tool.poetry.dependencies]
python = "^3.9"
typer = "0.12.5"
requests = "2.32.3"
cookiecutter = "2.6.0"
questionary = "2.0.1"
black = "24.10.0"
arrow = "1.3.0"
binaryornot = "0.4.4"
certifi = "2024.8.30"
chardet = "5.2.0"
charset-normalizer = "3.4.0"
click = "8.1.7"
idna = "3.10"
jinja2 = "3.1.4"
markdown-it-py = "3.0.0"
markupsafe = "3.0.2"
mdurl = "0.1.2"
mypy-extensions = "1.0.0"
packaging = "24.1"
pathspec = "0.12.1"
platformdirs = "4.3.6"
pygments = "2.18.0"
python-dateutil = "2.9.0.post0"
python-slugify = "8.0.4"
pyyaml = "6.0.2"
rich = "13.9.3"
shellingham = "1.5.4"
six = "1.16.0"
text-unidecode = "1.3"
types-python-dateutil = "2.9.0.20241003"
typing-extensions = "4.12.2"
urllib3 = "2.2.3"
wcwidth = "0.2.13"
zipfile36 = "0.1.3"
colorlog = "^6.9.0"
polib = "^1.2.0"
tqdm = "^4.67.0"
jst-aicommit = "^1.2"
isort = "^5.13.2"
[tool.poetry.scripts]
jst = 'jst_django.jst:app'
[tool.black]
line-length = 120
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"