|  | [build-system]
 | 
						
						
						
							|  | requires = ["setuptools", "wheel"]
 | 
						
						
						
							|  | build-backend = "setuptools.build_meta"
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [project]
 | 
						
						
						
							|  | name = "Snek"
 | 
						
						
						
							|  | version = "1.0.0"
 | 
						
						
						
							|  | readme = "README.md"
 | 
						
						
						
							|  | #license = { file = "LICENSE", content-type="text/markdown" }
 | 
						
						
						
							|  | description = "Snek Chat Application by Molodetz"
 | 
						
						
						
							|  | authors = [
 | 
						
						
						
							|  |     { name = "retoor", email = "retoor@molodetz.nl" }
 | 
						
						
						
							|  | ]
 | 
						
						
						
							|  | keywords = ["chat", "snek", "molodetz"]
 | 
						
						
						
							|  | requires-python = ">=3.12"
 | 
						
						
						
							|  | dependencies = [
 | 
						
						
						
							|  |     "mkdocs>=1.4.0",
 | 
						
						
						
							|  |     "shed",
 | 
						
						
						
							|  |     "app @ git+https://retoor.molodetz.nl/retoor/app",
 | 
						
						
						
							|  |     "beautifulsoup4",
 | 
						
						
						
							|  |     "gunicorn",
 | 
						
						
						
							|  |     "imgkit",
 | 
						
						
						
							|  |     "wkhtmltopdf",
 | 
						
						
						
							|  |     "mistune",
 | 
						
						
						
							|  |     "aiohttp-session",
 | 
						
						
						
							|  |     "cryptography",
 | 
						
						
						
							|  |     "requests",
 | 
						
						
						
							|  |     "asyncssh",
 | 
						
						
						
							|  |     "emoji",
 | 
						
						
						
							|  |     "aiofiles",
 | 
						
						
						
							|  |     "PyJWT",
 | 
						
						
						
							|  |     "multiavatar"
 | 
						
						
						
							|  | ]
 | 
						
						
						
							|  | 
 |