mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-18 06:02:07 +02:00
52 lines
1.6 KiB
TOML
52 lines
1.6 KiB
TOML
[project]
|
|
name = "odoo-bringout-oca-ocb-test_mail_full"
|
|
version = "16.0.0"
|
|
description = "Mail Tests (Full) - Mail Tests: performances and tests specific to mail with all sub-modules"
|
|
authors = [
|
|
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
|
]
|
|
dependencies = [
|
|
"odoo-bringout-oca-ocb-mail>=16.0.0",
|
|
"odoo-bringout-oca-ocb-mail_bot>=16.0.0",
|
|
"odoo-bringout-oca-ocb-portal>=16.0.0",
|
|
"odoo-bringout-oca-ocb-rating>=16.0.0",
|
|
"odoo-bringout-oca-ocb-mass_mailing>=16.0.0",
|
|
"odoo-bringout-oca-ocb-mass_mailing_sms>=16.0.0",
|
|
"odoo-bringout-oca-ocb-phone_validation>=16.0.0",
|
|
"odoo-bringout-oca-ocb-sms>=16.0.0",
|
|
"odoo-bringout-oca-ocb-test_mail>=16.0.0",
|
|
"odoo-bringout-oca-ocb-test_mail_sms>=16.0.0",
|
|
"odoo-bringout-oca-ocb-test_mass_mailing>=16.0.0",
|
|
"requests>=2.25.1"
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">= 3.11"
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Intended Audience :: Developers",
|
|
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Programming Language :: Python :: 3.12",
|
|
"Topic :: Office/Business",
|
|
]
|
|
|
|
[project.urls]
|
|
homepage = "https://github.com/bringout/0"
|
|
repository = "https://github.com/bringout/0"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.metadata]
|
|
allow-direct-references = true
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["test_mail_full"]
|
|
|
|
[tool.rye]
|
|
managed = true
|
|
dev-dependencies = [
|
|
"pytest>=8.4.1",
|
|
]
|