-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
51 lines (40 loc) · 951 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
40
41
42
43
44
45
46
47
48
49
50
51
[tool.poetry]
name = "news"
version = "0.1.0"
description = ""
authors = ["sudip"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
asgiref = "3.8.1"
beautifulsoup4 = "4.12.3"
django = "5.0.2"
django-ckeditor = "6.6.1"
django-debug-toolbar = "4.3.0"
django-jazzmin = "3.0.0"
django-js-asset = "2.2.0"
nepali-datetime = "1.0.8.2"
pillow = "10.2.0"
pymysql = "1.1.0"
python-decouple = "3.8"
soupsieve = "2.5"
sqlparse = "0.4.4"
typing-extensions = "4.11.0"
whitenoise = "6.6.0"
django-split-settings = "^1.3.2"
psycopg2-binary = "^2.9.9"
dj-database-url = "^2.2.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
colorlog = "^6.8.2"
[tool.yapf]
based_on_style = "google"
align_closing_bracket_with_visual_indent = true
coalesce_brackets = true
column_limit = 119
dedent_closing_brackets = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"