-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
55 lines (50 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
[tool.poetry]
name = "lespass"
version = "0.9.1"
description = "ticketing and membership for federated and cooperative network"
authors = ["Cooperative Code Commun <[email protected]>"]
license = "AGPLv3"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
django = "4.2"
djangorestframework = "^3.14.0"
requests = "^2.31.0"
pillow = "^10.1.0"
django-stdimage = "^6.0.2"
stripe = "^8.2"
django-weasyprint = "^2.2.1"
gunicorn = "^21.2.0"
sentry-sdk = "^1.37.1"
python-dateutil = "^2.8.2"
django-solo = "^2.1.0"
django-tenants = "^3.5.0"
Markdown = "^3.5.1"
djangorestframework-simplejwt = "^5.3.0"
celery = "^5.3.6"
redis = "^5.0.1"
tenant-schemas-celery = "^2.2.0"
segno = "^1.5.3"
python-barcode = "^0.15.1"
django-cors-headers = "^4.3.1"
channels = {extras = ["daphne"], version = "^4.0.0"}
djangorestframework-api-key = "^3.0.0"
flower = "^2.0.1"
django-htmx = "^1.17.2"
authlib = "^1.2.1"
psycopg = "^3.1.13"
channels-redis = "^4.1.0"
pymemcache = "^4.0.0"
weasyprint = "^62"
[tool.poetry.group.dev.dependencies]
django-debug-toolbar = "^4.2.0"
django-extensions = "^3.2.3"
Werkzeug = "^3.0.1"
ipdb = "^0.13.13"
ipython = "^8.18.0"
django-browser-reload = "^1.12.1"
faker = "^23.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"