matrixai/pyproject.toml

19 lines
352 B
TOML
Raw Permalink Normal View History

2023-06-08 22:53:01 +05:30
[tool.poetry]
name = "matrixai"
version = "0.1.0"
description = ""
authors = ["0xMRTT <0xMRTT@proton.me>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
simplematrixbotlib = "^2.8.0"
baichat-py = "^0.3.0"
aiohttp = "^3.8.4"
langdetect = "^1.0.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"