-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 793 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 793 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
[tool.poetry]
name = "django-react-typescript"
description = "This is an non-opinionated Django + React boilerplate built with great development experience and easy deployment in mind."
authors = ["silvioteichmann21 <silvioteichmann21@gmail.com>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.0.6"
djangorestframework = "^3.15.1"
sentry-sdk = "^2.5.1"
gunicorn = "^22.0.0"
pillow = "^10.3.0"
django-cors-headers = "^4.3.1"
cloudinary = "^1.40.0"
python-dotenv = "^1.0.1"
django-filter = "^24.2"
django-better-admin-arrayfield = "^1.4.2"
twilio = "^9.1.1"
psycopg2-binary = "^2.9.9"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"