Free and open source ticket system written in python
1[tool.poetry]
2name = "paw"
3version = "0.6.0"
4description = ""
5authors = ["Alex Ottr <alex@otter.foo>"]
6license = "MIT"
7readme = "README.md"
8
9[tool.poetry.dependencies]
10python = "^3.12"
11Django = "^5.0.3"
12django-colorfield = "^0.11.0"
13google-auth = "^2.28.2"
14google-auth-oauthlib = "^1.2.0"
15python-magic = "^0.4.27"
16python-dotenv = "^1.0.1"
17psycopg = {extras = ["binary"], version = "^3.1.18"}
18gunicorn = "23.0.0"
19pillow = "^10.3.0"
20django-ninja = "^1.5.3"
21django-cotton = "^2.6.1"
22
23
24[build-system]
25requires = ["poetry-core"]
26build-backend = "poetry.core.masonry.api"