-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpyproject.toml
56 lines (52 loc) · 1.35 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
55
56
[tool.poetry]
name = "dillo"
version = "0.2.0"
description = "The core of community"
authors = ["Francesco Siddi <francesco.siddi@gmail.com>", "Pablo Vazquez <venomgfx@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
django = "^3.2"
psycopg2 = "~2.8"
pypugjs = "^5.8"
jsmin = "^3.0"
django-pipeline = "^2.0"
libsasscompiler = "^0.1.5"
django-allauth = "^0.50"
django-taggit = "^1.1"
django-activity-stream = "^1.4"
django-hashid-field = "^3.1"
Pillow = "^9.3"
sorl-thumbnail = "^12.5"
python-magic = "^0.4.15"
django-anymail = { version = "^7.0", extras = [ "mailgun" ] }
django-crispy-forms = "^1.7"
django-background-tasks = "^1.2"
django-loginas = "^0.3.6"
django-tinymce = "^3.4"
micawber = "^0.5.0"
django-project-version = "^0.10.2"
django-debug-toolbar = "^3.0"
sentry-sdk = "^0.14.1"
mistune = "2.0.0a4"
bleach = "^3.1"
user-agents = "^2.1"
django-model-utils = "^4.0.0"
django-storages = "^1.10.1"
boto3 = "^1.15.11"
markupsafe = "^1.1.1"
shortcodes = "2.5"
webpreview = "^1.6.0"
django-recaptcha = "^2.0.6"
youtube_dl = "^2021.12.17"
django-countries = "^7.3.2"
urlextract = "^1.6.0"
[tool.poetry.dev-dependencies]
black = {version = "*", allow-prereleases = true}
factory_boy = "^3.2.0"
[tool.black]
line-length = 100
target_version = ['py38']
skip_string_normalization = true
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"