-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (29 loc) · 847 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 = "blog app"
version = "0.1.0"
description = "Best blog app project for django"
authors = ["Akromjon <152626511+RustamovAkrom@users.noreply.github.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
cryptography = "^43.0.3"
django-appconf = "^1.0.6"
django-sitemaps = "^2.0.1"
djangorestframework = "^3.15.2"
djangorestframework-simplejwt = "^5.3.1"
gunicorn = "^23.0.0"
markdown2 = {extras = ["all"], version = "^2.5.1"}
pillow = "^11.0.0"
psycopg2-binary = "^2.9.10"
python-dotenv = "^1.0.1"
django-filter = "^24.3"
django-unfold = "^0.41.0"
django-ckeditor-5 = "^0.2.15"
django-modeltranslation = "^0.19.11"
drf-spectacular = "^0.27.2"
drf-spectacular-sidecar = "^2024.11.1"
django-rosetta = "^0.10.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"