Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/pyproject.toml
2024-03-13 19:48:24 +08:00

82 lines
1.7 KiB
TOML

[tool.poetry]
name = "akari-bot"
version = "0.1.0"
description = ""
authors = [
"OasisAkari <oasisakari@teahou.se>",
"Dianliang233 <dianliang@teahou.se>",
"DoroWolf <dorowolf@tehou.se>",
"nullcat <null@teahou.se>",
"_LittleC_ <i@ltlec.com>",
]
license = "AGPL-3.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12.0"
Pillow = "^10.2.0"
aiohttp = ">=3.9.3"
beautifulsoup4 = "^4.11.1"
psutil = "^5.9.8"
gql = "^3.4.0"
filetype = "^1.2.0"
SQLAlchemy = "^2.0.20"
APScheduler = "^3.9.1-post.0"
aioconsole = "^0.6.1"
aiogram = "^3.4.1"
ujson = "^5.7.0"
PyMySQL = "^1.0.2"
py-cord = "^2.5.0"
aiocqhttp = "^1.4.3"
tabulate = "^0.9.0"
feedparser = "^6.0.10"
ffmpy = "^0.3.0"
google-play-scraper = "^1.2.2"
py-cpuinfo = "^9.0.0"
aiofile = "^3.8.1"
loguru = "^0.7.0"
numpy = "^1.24.1"
matplotlib = "^3.6.3"
pint = "^0.23"
simpleeval = "^0.9.12"
pywin32 = { version = "^306", platform = "win32" }
tenacity = "^8.1.0"
openai = "^1.6.1"
cryptography = "^41.0.2"
pre-commit = "^3.0.4"
webcolors = "^1.12"
langchain = "^0.0.276"
wolframalpha = "^5.0.0"
duckduckgo-search = "^3.0.0"
tiktoken = "^0.6.0"
pycryptodome = "^3.18.0"
langconv = "^0.2.0"
toml = "^0.10.2"
khl-py = "^0.3.16"
matrix-nio = "^0.24.0"
attrs = "^23.1.0"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
pyjwt = {extras = ["crypto"], version = "^2.8.0"}
python-whois = "^0.8.0"
pandas = "^2.2.0"
future = "^1.0.0"
fastapi = "^0.109.2"
oss2 = "^2.18.4"
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.2"
pycodestyle = "2.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.autopep8]
max_line_length = 120
in-place = true
recursive = true
aggressive = 3
[tool.pyright]
reportUndefinedVariable = 'error'