aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/poetry.lock
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2026-01-24 12:19:57 +0100
committerVosjedev <vosje@vosjedev.net>2026-01-24 12:19:57 +0100
commited96d70bbfd83852fb7bebb623542c019d715e07 (patch)
treed4cdb5c032f4a5d411d63399827072003473762b /poetry.lock
parentcc7c053b7bea0e525bcb4069b0c03a9a6461b187 (diff)
downloaddiscord_image_bridge-ed96d70bbfd83852fb7bebb623542c019d715e07.tar.gz
discord_image_bridge-ed96d70bbfd83852fb7bebb623542c019d715e07.tar.bz2
discord_image_bridge-ed96d70bbfd83852fb7bebb623542c019d715e07.tar.xz
administrative stuff
add a gitignore, add an env.sh for autostarting and configuring a database, add ws4py as dep (gateway needs it) Signed-off-by: Vosjedev <vosje@vosjedev.net>
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock38
1 files changed, 35 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock
index d03cb54..9000d23 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
+# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand.
[[package]]
name = "autocommand"
@@ -13,6 +13,23 @@ files = [
]
[[package]]
+name = "backports-tarfile"
+version = "1.2.0"
+description = "Backport of CPython tarfile module"
+optional = false
+python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version < \"3.12\""
+files = [
+ {file = "backports.tarfile-1.2.0-py3-none-any.whl", hash = "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34"},
+ {file = "backports_tarfile-1.2.0.tar.gz", hash = "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991"},
+]
+
+[package.extras]
+docs = ["furo", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
+testing = ["jaraco.test", "pytest (!=8.0.*)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)"]
+
+[[package]]
name = "certifi"
version = "2026.1.4"
description = "Python package for providing Mozilla's CA Bundle."
@@ -244,6 +261,9 @@ files = [
{file = "jaraco_context-6.1.0.tar.gz", hash = "sha256:129a341b0a85a7db7879e22acd66902fda67882db771754574338898b2d5d86f"},
]
+[package.dependencies]
+"backports.tarfile" = {version = "*", markers = "python_version < \"3.12\""}
+
[package.extras]
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\""]
cover = ["pytest-cov"]
@@ -484,6 +504,18 @@ socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[[package]]
+name = "ws4py"
+version = "0.6.0"
+description = "WebSocket client and server library for Python 2 and 3 as well as PyPy"
+optional = false
+python-versions = "*"
+groups = ["main"]
+files = [
+ {file = "ws4py-0.6.0-py3-none-any.whl", hash = "sha256:1499c3fc103a65eb12d7b1ead7566f88487f6f678ab10ee4e53cf2411c068752"},
+ {file = "ws4py-0.6.0.tar.gz", hash = "sha256:9f87b19b773f0a0744a38f3afa36a803286dd3197f0bb35d9b75293ec7002d19"},
+]
+
+[[package]]
name = "zc-lockfile"
version = "4.0"
description = "Basic inter-process locks"
@@ -503,5 +535,5 @@ test = ["zope.testing"]
[metadata]
lock-version = "2.1"
-python-versions = ">=3.13"
-content-hash = "511de4272831f7668e92ba27767ee1020a33522f543f170aed6fcc9fb62071f2"
+python-versions = ">=3.10"
+content-hash = "b78940d6cda11cb62509700eea1b09c52246eb7afe824cf0cfcef173dd4a9bf6"