forked from Ehco1996/django-sspanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (42 loc) · 969 Bytes
/
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
[tool.black]
line-length = 88
target-version = ['py38']
[tool.isort]
ensure_newline_before_comments = true
force_grid_wrap = 0
include_trailing_comma = true
line_length = 88
multi_line_output = 3
use_parentheses = true
[tool.poetry]
name = "django-sspanel"
version = "0.1.0"
description = ""
authors = ["Ehco1996 <[email protected]>"]
license = "GPL-3.0 License"
[tool.poetry.dependencies]
python = "^3.8"
Django = "^3.2"
django-anymail = "^8.2"
django-countries = "^7.1"
django-prometheus = "^2.1.0"
django-simpleui = "^2022.2"
Markdown = "^3.3.4"
mysqlclient = "^2.0.3"
python-alipay-sdk = "^3.0.1"
sentry-sdk = "^1.1.0"
short_url = "^1.2.2"
tomd = "^0.1.3"
uWSGI = "^2.0.19"
pendulum = "^2.1.2"
redis = "^4.5.1"
celery = "^5.1.2"
ipicn = "^2021.5.5"
[tool.poetry.dev-dependencies]
black = "^21.6b0"
django-debug-toolbar = "^3.2.1"
isort = "^5.8.0"
autoflake = "^1.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"