-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (36 loc) · 1.13 KB
/
pyproject.toml
File metadata and controls
40 lines (36 loc) · 1.13 KB
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
[tool.poetry]
name = "AutoService_Book"
version = "0.1.0"
description = "AutoService Book** is your reliable assistant for tracking and managing your car’s service history. This web application, built as a portfolio project, showcases skills in Django development, database management, and creating user-friendly interfaces."
authors = ["maxx <maxpetrikin@gmail.com>"]
readme = "README.md"
packages = [{ include = "autoservice_book" }]
[tool.poetry.dependencies]
python = "^3.12"
asgiref = "3.8.1"
beautifulsoup4 = "4.13.4"
coverage = "7.9.1"
crispy-bootstrap5 = "2025.4"
Django = "5.2"
django-allauth = "65.8.1"
django-bootstrap5 = "25.1"
django-crispy-forms = "2.4"
django-jazzmin = "3.0.1"
psycopg = "3.2.9"
python-decouple = "3.8"
soupsieve = "2.7"
sqlparse = "0.5.3"
typing_extensions = "4.13.2"
gunicorn = "^20.1.0"
whitenoise = "^6.9.0"
social-auth-app-django = "^5.5.1"
django-widget-tweaks = "^1.5.0"
django-turnstile = "^0.1.2"
django-prometheus = "^2.4.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.1"
pytest-django = "^4.11.1"
pytest-cov = "^6.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"