-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (39 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
46 lines (39 loc) · 1.07 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
41
42
43
44
45
46
[tool.poetry]
name = "memedex-backend"
version = "0.1.0"
description = "Simple image uploader for personal purpose"
authors = ["Jaeyeol Lee <rijgndqw012@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = "^4.2.6"
django-stubs = {extras = ["compatible-mypy"], version = "^4.2.6"}
requests = "^2.30.0"
django-tailwind = "^3.6.0"
django-browser-reload = "^1.12.0"
django-importmap = "^0.3.0"
django-jinja = "^2.11.0"
jinja2 = "^3.1.4"
django-storages = {extras = ["google"], version = "^1.14.3"}
django-ninja = "^1.1.0"
django-ninja-extra = "^0.20.7"
django-ninja-jwt = "^5.3.1"
psycopg2 = "^2.9.9"
whitenoise = "^6.7.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.10"
ruff-lsp = "^0.0.53"
pyright = "^1.1.368"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.mypy]
plugins = ["mypy_django_plugin.main"]
[tool.django-stubs]
django_settings_module = "core.settings"
[tool.importmap.dependencies]
vue = "^3.4.30"
radix-vue = "^1.8.4"
'@tanstack/vue-form' = "^0.23.3"
pinia = "^2.1.7"
'@vueuse/core' = "^10.9.0"