From 85f9be986bf63425ee972dea22df804acba37df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:10:11 +0800 Subject: [PATCH] :heavy_plus_sign: Add python-genshin-artifact --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6742caf2..06d40925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,12 +44,14 @@ playwright = "^1.39.0" aiosqlite = { extras = ["sqlite"], version = "^0.19.0" } simnet = { git = "https://github.com/PaiGramTeam/SIMNet" } gcsim-pypi = "^2.8.2.10" +python-genshin-artifact = { version = "^1.0.4", optional = true } [tool.poetry.extras] +genshin-artifact = ["python-genshin-artifact"] pyro = ["Pyrogram", "TgCrypto"] test = ["pytest", "pytest-asyncio", "flaky"] sqlite = ["aiosqlite"] -all = ["pytest", "pytest-asyncio", "flaky", "Pyrogram", "TgCrypto", "aiosqlite"] +all = ["pytest", "pytest-asyncio", "flaky", "Pyrogram", "TgCrypto", "aiosqlite", "python-genshin-artifact"] [build-system] requires = ["poetry-core"]