-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
54 lines (51 loc) · 1.28 KB
/
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
52
53
54
[tool.poetry]
name = "dionysus"
version = "0.1.0"
description = ""
authors = ["shinkeonkim <singun11@kookmin.ac.kr>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
django = "^5.1.5"
djangorestframework = "^3.15.2"
django-filtering = "^0.0.5"
markdown = "^3.7"
drf-spectacular = "^0.28.0"
django-safedelete = "^1.4.0"
drf-extensions = "^0.7.1"
django-filter = "^24.3"
django-guid = "^3.5.0"
drf-api-logger = "^1.1.16"
django-lifecycle = "^1.2.4"
drf-writable-nested = "^0.7.1"
django-admin-autocomplete-filter = "^0.7.1"
django-unfold = "^0.46.0"
django-import-export = "^4.3.4"
django-guardian = "^2.4.0"
django-simple-history = "^3.7.0"
django-markdownx = "^4.0.7"
django-environ = "^0.12.0"
psycopg2-binary = "^2.9.10"
dj-rest-auth = "^7.0.1"
django-allauth = "^65.3.1"
djangorestframework-simplejwt = "^5.4.0"
requests = "^2.32.3"
cryptography = "^44.0.0"
drf-nested-routers = "^0.94.1"
nplusone = "^1.0.0"
django-silk = "^5.3.2"
django-extensions = "^3.2.3"
django-postgres-extra = "^2.0.8"
factory-boy = "^3.3.3"
faker = "^35.2.0"
[tool.poetry.dev-dependencies]
pre-commit = "^4.0.1"
black = "^24.10.0"
flake8 = "^7.1.1"
isort = "^5.9.3"
mypy = "^1.8.0"
autoflake = "^2.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"