forked from horilla-opensource/horilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
87 lines (84 loc) · 1.93 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[tool.poetry]
name = "horilla"
version = "1.2.1"
description = "Horilla is a free and open source HR software."
authors = ["Your Name <[email protected]>"]
license = "GNU LESSER GENERAL PUBLIC LICENSE"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
apscheduler = "^3.11.0"
arabic-reshaper = "^3.0.0"
asgiref = "^3.8.1"
asn1crypto = "^1.5.1"
bs4 = "^0.0.2"
certifi = "^2024.8.30"
cffi = "^1.17.1"
chardet = "^5.2.0"
charset-normalizer = "^3.4.0"
click = "^8.1.7"
cryptography = "^44.0.0"
cssselect2 = "^0.7.0"
django = "4.2.11"
django-auditlog = "^3.0.0"
django-apscheduler = "^0.7.0"
django-cors-headers = "^4.6.0"
django-environ = "^0.11.2"
django-filter = "^24.3"
django-haystack = "^3.3.0"
django-import-export = "^4.3.3"
django-jsonfield = "^1.4.1"
django-mathfilters = "^1.0.0"
django-model-utils = "^5.0.0"
django-simple-history = "^3.7.0"
django-widget-tweaks = "^1.5.0"
djangorestframework = "^3.15.2"
djangorestframework-simplejwt = "^5.3.1"
drf-yasg = "^1.21.8"
et-xmlfile = "^2.0.0"
html5lib = "^1.1"
jinja2 = "^3.1.4"
idna = "^3.10"
lxml = "^5.3.0"
numpy = "^2.1.3"
openpyxl = "^3.1.5"
oscrypto = "^1.3.0"
pandas = "^2.2.3"
pillow = "^11.0.0"
pycparser = "^2.22"
pyhanko = "^0.25.3"
pyhanko-certvalidator = "^0.26.5"
pymupdf = "^1.24.14"
pypdf = "^5.1.0"
pypng = "^0.20220715.0"
python-bidi = "^0.6.3"
python-dateutil = "^2.9.0.post0"
pytz = "^2024.2"
pyyaml = "^6.0.2"
pyzk = "0.9"
qrcode = "^8.0"
reportlab = "4.0.9"
requests = "^2.32.3"
responses = "^0.25.3"
setuptools = "^75.6.0"
six = "^1.17.0"
sqlparse = "^0.5.2"
svglib = "^1.5.1"
swapper = "^1.4.0"
tinycss2 = "^1.4.0"
typing-extensions = "^4.12.2"
tzdata = "^2024.2"
tzlocal = "^5.2"
uritools = "^4.0.3"
urllib3 = "^2.2.3"
utils = "^1.0.2"
webencodings = "^0.5.1"
whoosh = "^2.7.4"
xhtml2pdf = "^0.2.16"
xlsxwriter = "^3.2.0"
gunicorn = "^23.0.0"
psycopg2-binary = "^2.9.10"
whitenoise = "^6.8.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"