-
Notifications
You must be signed in to change notification settings - Fork 53
/
pyproject.toml
56 lines (53 loc) · 1.43 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 = "squest"
version = "2.6.0"
description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)"
authors = ["Nicolas Marcq <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
Django = "4.2.13"
djangorestframework = "3.15.1"
mysqlclient = "2.2.4"
PyYAML = "6.0.1"
celery = "5.3.6"
django-celery-results = "2.5.1"
towerlib = "3.15.0"
Pillow = "10.3.0"
django-fsm = "2.8.2"
django-celery-beat = "2.6.0"
Pygments = "2.18.0"
django-filter = "23.5"
coverage = "7.5.1"
django-auth-ldap = "4.8.0"
django-node-assets = "0.9.13"
mkdocs = "1.6.0"
mkdocs-material = "9.5.22"
pymdown-extensions = "10.3"
drf-yasg = "1.21.7"
graphviz = "0.20.3"
django-taggit = "5.0.1"
mike = "2.1.1"
martor = "1.6.44"
django-tempus-dominus = "5.1.2.17"
gunicorn = "21.2.0"
django-tables2 = "2.7.0"
django-dbbackup = "4.1.0"
django-cleanup = "8.1.0"
GitPython = "3.1.43"
prometheus-client = "0.20.0"
redis = "5.0.4"
django-cachalot = "2.6.2"
django-mysql = "4.13.0"
django-formtools = "2.5.1"
tablib = "3.6.1"
setuptools = "69.5.1"
hiredis = "2.3.2"
psycopg = "3.1.19"
social-auth-app-django = {extras = ["openidconnect"], version = "5.4.1"}
python-jose = "3.3.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"