mirror of
https://github.com/PaiGramTeam/genshin-wiki.git
synced 2024-11-21 22:58:02 +00:00
9e94a1bbf4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
609 B
TOML
26 lines
609 B
TOML
[tool.poetry]
|
|
name = "genshinwikidataparser"
|
|
version = "0.1.0"
|
|
description = "原神 wiki 数据解析库"
|
|
authors = ["Karako <karakohear@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
ujson = "^5.7.0"
|
|
orjson = "^3.9.15"
|
|
aiohttp = {extras = ["speedups"], version = "^3.9.2"}
|
|
pydantic = {extras = ["dotenv", "email"], version = "^1.10.6"}
|
|
aiofiles = "^23.1.0"
|
|
regex = "^2022.10.31"
|
|
pyhumps = "^3.8.0"
|
|
httpx = {extras = ["http2"], version = "^0.23.3"}
|
|
arko-wrapper = "^0.2.8"
|
|
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|