mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-21 21:58:04 +00:00
➕ Add starrail relic score dep
This commit is contained in:
parent
2ca0ac0649
commit
f260e9d08f
22
poetry.lock
generated
22
poetry.lock
generated
@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiofiles"
|
||||
@ -2057,6 +2057,24 @@ files = [
|
||||
httpx = ">=0.25.0"
|
||||
msgspec = ">=0.18.4"
|
||||
|
||||
[[package]]
|
||||
name = "StarRailRelicScore"
|
||||
version = "0.1.0"
|
||||
description = "StarRail Relic Score Cal"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = []
|
||||
develop = false
|
||||
|
||||
[package.dependencies]
|
||||
pydantic = "<2.0.0"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/PaiGramTeam/StarRailRelicScore"
|
||||
reference = "HEAD"
|
||||
resolved_reference = "01ae107fc5f2bb719932eac58ad4862c09d54811"
|
||||
|
||||
[[package]]
|
||||
name = "tgcrypto"
|
||||
version = "1.2.5"
|
||||
@ -2560,4 +2578,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "62ffc61d072f5688d972bdd9693aa7178c23f65d7d6061e5a08d97c186dd3426"
|
||||
content-hash = "2b751107316149629c38c03dd74e5bbb07528ce8f16bdb22481956139f14e82a"
|
||||
|
@ -44,6 +44,7 @@ aiosqlite = { extras = ["sqlite"], version = "^0.20.0" }
|
||||
simnet = { git = "https://github.com/PaiGramTeam/SIMNet" }
|
||||
psutil = "^5.9.6"
|
||||
starrail-damage-cal = "^1.4.2"
|
||||
starrailrelicscore = {git = "https://github.com/PaiGramTeam/StarRailRelicScore"}
|
||||
|
||||
[tool.poetry.extras]
|
||||
pyro = ["Pyrogram", "TgCrypto"]
|
||||
|
Loading…
Reference in New Issue
Block a user