aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
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 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a976dd6..93d6303 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,9 +10,14 @@ requires-python = ">=3.10"
dependencies = [
"cherrypy (>=18.10.0,<19.0.0)",
"requests (>=2.32.5,<3.0.0)",
- "mariadb (>=1.1.14,<2.0.0)"
+ "mariadb (>=1.1.14,<2.0.0)",
+ "ws4py (>=0.6.0,<0.7.0)"
]
+[project.urls]
+homepage = "https://git.vosjedev.net/discord_image_bridge.git/"
+"Bug Tracker" = "https://bugs.vosjedev.net/discord_image_bridge/"
+
[tool.poetry]
packages = [{include = "discord_image_bridge", from = "src"}]