[tool.poetry] name = "litecord" version = "0.1.0" description = "Clean-Room implementation of the Discord Backend" authors = ["Luna "] license = "GPLv3-only" [tool.poetry.dependencies] python = "^3.9" bcrypt = "^4.0.1" itsdangerous = "^2.1.2" asyncpg = "^0.27.0" websockets = "^11.0.3" Earl-ETF = "^2.1.2" logbook = "^1.5.3" Cerberus = "^1.3.4" quart = "^0.18.4" pillow = "^9.5.0" aiohttp = "^3.8.4" zstandard = "^0.21.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"