-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
73 lines (72 loc) · 1.59 KB
/
pyproject.toml
File metadata and controls
73 lines (72 loc) · 1.59 KB
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
[project]
name = "odoo_dev"
version = "18.0.0"
description = "Odoo ERP - Open Source Business Applications"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
# Core dependencies for Python 3.12
"Babel==2.17.0",
"cbor2==5.6.2",
"chardet==5.2.0",
"cryptography==42.0.8",
"decorator==5.1.1",
"docutils==0.20.1",
"freezegun==1.5.1",
"geoip2==2.9.0",
"gevent==24.2.1; sys_platform != 'win32'",
"greenlet==3.0.3; sys_platform != 'win32'",
"idna==3.6",
"Jinja2==3.1.2",
"libsass==0.22.0",
"lxml==5.2.1",
"lxml-html-clean",
"MarkupSafe==2.1.5",
"num2words==0.5.13",
"ofxparse==0.21",
"openpyxl==3.1.2",
"passlib==1.7.4",
"pillow==10.2.0",
"phonenumbers",
"polib==1.1.1",
"psutil==5.9.8",
"psycopg2-binary==2.9.9",
"pyopenssl==24.1.0",
"PyPDF2==2.12.1",
"pyserial==3.5",
"python-dateutil==2.8.2",
"python-ldap==3.4.4; sys_platform != 'win32'",
"python-stdnum==1.19",
"pytz",
"pyusb==1.2.1",
"qrcode==7.4.2",
"reportlab==4.1.0",
"requests==2.31.0",
"rjsmin==1.2.0",
"urllib3==2.0.7",
"vobject==0.9.6.1",
"Werkzeug==3.0.1",
"xlrd==2.0.1",
"xlsxwriter==3.1.9",
"xlwt==1.3.0",
"zeep==4.2.1",
"pandas>=2.3.1",
"pdfminer>=20191125",
"watchdog>=6.0.0",
"wkhtmltopdf>=0.2",
"drawsvg>=2.4.0",
"onshape-client>=1.6.3",
"onpy>=0.0.7",
"pyyaml>=6.0.3",
"dotenv>=0.9.9",
"rich>=14.1.0",
"pyperclip>=1.11.0",
]
[tool.uv]
dev-dependencies = [
"pytest",
"pytest-cov",
"black",
"isort",
"flake8",
]