Add python-genshin-artifact

This commit is contained in:
洛水居室 2023-12-15 22:10:11 +08:00
parent 0b61974005
commit 85f9be986b
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -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"]