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

62 lines
1.2 KiB
TOML
Raw Normal View History

2023-01-27 12:13:05 +00:00
[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.8"
Pillow = "^9.4.0"
aiohttp = "^3.8.3"
beautifulsoup4 = "^4.11.1"
psutil = "^5.9.4"
gql = "^3.4.0"
filetype = "^1.2.0"
SQLAlchemy = "^1.4.46"
APScheduler = "^3.9.1.post1"
aioconsole = "^0.5.1"
aiogram = "^2.24"
ujson = "^5.7.0"
PyMySQL = "^1.0.2"
py-cord = "^2.3.2"
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.6.0"
numpy = "^1.24.1"
matplotlib = "^3.6.3"
pint = "^0.20.1"
simpleeval = "^0.9.12"
2023-02-07 00:32:52 +00:00
pywin32 = { version = "^305", platform = "win32" }
2023-01-27 12:13:05 +00:00
tenacity = "^8.1.0"
2023-03-18 09:06:45 +00:00
openai = "^0.27.2"
2023-02-17 05:37:11 +00:00
cryptography = "^39.0.1"
2023-02-17 10:01:05 +00:00
pre-commit = "^3.0.4"
2023-02-18 07:02:06 +00:00
webcolors = "^1.12"
2023-01-27 12:13:05 +00:00
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.autopep8]
max_line_length = 120
in-place = true
recursive = true
aggressive = 3