mirror of https://codeberg.org/soteria/sox.git
chore: update pyteria dep
This commit is contained in:
parent
e0cdc2639e
commit
c0e1dfff66
|
|
@ -392,20 +392,16 @@ version = "0.1.0"
|
|||
description = "A Python API library for Soteria, world's safest Twitter."
|
||||
optional = false
|
||||
python-versions = ">3.9"
|
||||
files = []
|
||||
develop = false
|
||||
files = [
|
||||
{file = "pyteria-0.1.0-py3-none-any.whl", hash = "sha256:5cb3fe32d6ff085ddf38095d9e188d18a4356485d61520d0231268263824aeb5"},
|
||||
{file = "pyteria-0.1.0.tar.gz", hash = "sha256:156c20096d297e7a6ed459e20977774a25beee19e350ed30e8b1b4412131061f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
aiohttp = ">=3.9.5"
|
||||
attrs = ">=24.2.0"
|
||||
typing-extensions = ">=4.12.2"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://codeberg.org/soteria/pyteria.git"
|
||||
reference = "HEAD"
|
||||
resolved_reference = "3f646cade13244da438df8747cb8e48c21c7c201"
|
||||
|
||||
[[package]]
|
||||
name = "python-dotenv"
|
||||
version = "1.0.1"
|
||||
|
|
@ -564,4 +560,4 @@ multidict = ">=4.0"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">3.9,<4.0"
|
||||
content-hash = "ef77a644b21845aaa241055f599a064d52824c14a1bbf88f7e93b34f2822cb67"
|
||||
content-hash = "7bbf3f5c22954f92d7251fd6e08718312e3e6accb12aec0bd379cdfc7610d683"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ disnake = "^2.9.2"
|
|||
ruff = "^0.5.6"
|
||||
disnake-ext-plugins = {git = "https://github.com/DisnakeCommunity/disnake-ext-plugins"}
|
||||
python-dotenv = "^1.0.1"
|
||||
pyteria = {git = "https://codeberg.org/soteria/pyteria.git"}
|
||||
pyteria = "^0.1.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue