-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (35 loc) · 987 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (35 loc) · 987 Bytes
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 = "ChattyM - social network"
version = "0.1.0"
description = ""
authors = ["maxx_PC <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = ">=5,<6"
djangorestframework = "^3.16.1"
psycopg2-binary = "^2.9.10"
psycopg = "^3.2.10"
drf-spectacular = "^0.28.0"
djangorestframework-simplejwt = "^5.5.1"
django-allauth = {extras = ["google"], version = "^65.11.2"}
dj-rest-auth = "^7.0.1"
pillow = "^11.3.0"
django-widget-tweaks = "^1.5.0"
django-crispy-forms = "^2.4"
crispy-bootstrap5 = "^2025.6"
pytest = "^8.4.2"
drf-spectacular-sidecar = "^2025.10.1"
django-taggit = "^6.1.0"
requests = "^2.32.5"
cryptography = "^46.0.3"
django-prometheus = "^2.4.1"
django-recaptcha = "^4.1.0"
django-simple-captcha = "^0.6.3"
django-turnstile = "^0.1.2"
djangorestframework-stubs = "^3.16.6"
[tool.poetry.group.dev.dependencies]
pytest-django = "^4.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"