mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
➕ Add python-genshin-artifact
This commit is contained in:
parent
0b61974005
commit
85f9be986b
@ -44,12 +44,14 @@ playwright = "^1.39.0"
|
|||||||
aiosqlite = { extras = ["sqlite"], version = "^0.19.0" }
|
aiosqlite = { extras = ["sqlite"], version = "^0.19.0" }
|
||||||
simnet = { git = "https://github.com/PaiGramTeam/SIMNet" }
|
simnet = { git = "https://github.com/PaiGramTeam/SIMNet" }
|
||||||
gcsim-pypi = "^2.8.2.10"
|
gcsim-pypi = "^2.8.2.10"
|
||||||
|
python-genshin-artifact = { version = "^1.0.4", optional = true }
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
genshin-artifact = ["python-genshin-artifact"]
|
||||||
pyro = ["Pyrogram", "TgCrypto"]
|
pyro = ["Pyrogram", "TgCrypto"]
|
||||||
test = ["pytest", "pytest-asyncio", "flaky"]
|
test = ["pytest", "pytest-asyncio", "flaky"]
|
||||||
sqlite = ["aiosqlite"]
|
sqlite = ["aiosqlite"]
|
||||||
all = ["pytest", "pytest-asyncio", "flaky", "Pyrogram", "TgCrypto", "aiosqlite"]
|
all = ["pytest", "pytest-asyncio", "flaky", "Pyrogram", "TgCrypto", "aiosqlite", "python-genshin-artifact"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
Loading…
Reference in New Issue
Block a user