17 lines
434 B
TOML
17 lines
434 B
TOML
[tool.poetry]
|
|
name = "product"
|
|
version = "0.1.0"
|
|
description = "Product module for platform - product/category/capability/pricing bindings"
|
|
authors = ["yumoqing <yumoqing@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
aiohttp = "*"
|
|
sqlor = {version="*", optional=true}
|
|
ahserver = {version="*", optional=true}
|
|
cryptography = "*"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|