-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (36 loc) · 857 Bytes
/
pyproject.toml
File metadata and controls
36 lines (36 loc) · 857 Bytes
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
[project]
name = "odoo-build"
version = "0.1.0"
description = "This is the Mint System Odoo development environment."
readme = "README.md"
dependencies = [
# Container
"podman-compose",
# Testing
"pre-commit",
"pyyaml",
"coverage",
"pylint-odoo",
"pytest-odoo",
# Setup
"setuptools",
"wheel",
"watchdog",
"pdfminer.six",
"debugpy",
# Performance
"py-spy",
"memray",
# Upgrade
"openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master",
"odoo-upgrade @ git+https://github.com/odoo/upgrade-util@master ; python_version <= '3.12'",
# OCA Tools
"manifestoo",
"oca-port",
"odoo-module-migrator",
"click-odoo-contrib",
"git-aggregator",
"oca-maintainers-tools @ git+https://github.com/OCA/maintainer-tools",
"hatch-odoo",
"copier",
]