forked from sde1000/quicktill-tillweb
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
37 lines (35 loc) · 908 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
[tool.poetry]
name = "emftillweb"
version = "0.3.0"
description = "bar.emf.camp web service"
authors = ["Stephen Early <[email protected]>"]
license = "GPL-3.0-or-later"
readme = "README.md"
packages = [
{include = "tillweb_infra"},
{include = "emf"},
{include = "markup"},
]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
Django = "~5.0"
django4-bootstrap-breadcrumbs = "~0.10"
django-widget-tweaks = "~1.5"
psycopg2 = "~2.9"
odfpy = "~1.4"
sqlalchemy = "~1.4"
quicktill = { git = "https://github.com/sde1000/quicktill.git", rev = "cc6a4faf495b9f79b9766ef09777c5c0fb2ef3b9" }
sorl-thumbnail = "^12.8"
django-photologue = "^3"
markdown = "^3.5"
gunicorn = "^21.0"
requests-oauthlib = "^1.3"
redis = "^5"
sdnotify = "^0.3"
websockets = "^12.0"
django-sass = "^1.1.0"
gmqtt = "^0.6"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"