litecord/pyproject.toml

31 lines
631 B
TOML

[tool.poetry]
name = "litecord"
version = "0.1.0"
description = "Clean-Room implementation of the Discord Backend"
authors = ["Luna <git@l4.pm>"]
license = "GPLv3-only"
[tool.poetry.dependencies]
python = "^3.9"
bcrypt = "^4.0.1"
itsdangerous = "^2.1.2"
asyncpg = "^0.29.0"
websockets = "^12.0"
Earl-ETF = "^2.1.2"
logbook = "^1.5.3"
Cerberus = "^1.3.5"
quart = "^0.19.3"
pillow = "^10.1.0"
aiohttp = "^3.9.0"
zstandard = "^0.22.0"
winter = {git = "https://gitlab.com/elixire/winter"}
wsproto = "^1.2.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"