| 
									
										
										
										
											2025-01-17 23:06:17 +01:00
										 |  |  | [build-system] | 
					
						
							|  |  |  | requires = ["setuptools", "wheel"] | 
					
						
							| 
									
										
										
										
											2025-01-24 03:28:43 +01:00
										 |  |  | build-backend = "setuptools.build_meta" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [project] | 
					
						
							|  |  |  | name = "Snek" | 
					
						
							|  |  |  | version = "1.0.0" | 
					
						
							|  |  |  | readme = "README.md" | 
					
						
							| 
									
										
										
										
											2025-02-03 20:45:29 +01:00
										 |  |  | #license = { file = "LICENSE", content-type="text/markdown" } | 
					
						
							| 
									
										
										
										
											2025-01-24 03:28:43 +01:00
										 |  |  | 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", | 
					
						
							| 
									
										
										
										
											2025-03-29 07:13:23 +01:00
										 |  |  |     "lxml", | 
					
						
							| 
									
										
										
										
											2025-04-08 04:20:28 +02:00
										 |  |  |     "IPython", | 
					
						
							| 
									
										
										
										
											2025-01-24 03:28:43 +01:00
										 |  |  |     "shed", | 
					
						
							| 
									
										
										
										
											2025-05-13 18:32:59 +02:00
										 |  |  |     "app @ git+https://retoor.molodetz.nl/retoor/app.git", | 
					
						
							|  |  |  |     "zhurnal @git+https://retoor.molodetz.nl/retoor/zhurnal.git", | 
					
						
							| 
									
										
										
										
											2025-01-24 03:28:43 +01:00
										 |  |  |     "beautifulsoup4", | 
					
						
							|  |  |  |     "gunicorn", | 
					
						
							|  |  |  |     "imgkit", | 
					
						
							| 
									
										
										
										
											2025-01-24 14:00:10 +01:00
										 |  |  |     "wkhtmltopdf", | 
					
						
							| 
									
										
										
										
											2025-01-25 03:46:33 +01:00
										 |  |  |     "mistune", | 
					
						
							|  |  |  |     "aiohttp-session", | 
					
						
							| 
									
										
										
										
											2025-01-29 18:12:22 +01:00
										 |  |  |     "cryptography", | 
					
						
							| 
									
										
										
										
											2025-01-31 12:06:23 +01:00
										 |  |  |     "requests", | 
					
						
							| 
									
										
										
										
											2025-02-01 05:41:03 +01:00
										 |  |  |     "asyncssh", | 
					
						
							| 
									
										
										
										
											2025-02-02 23:14:00 +01:00
										 |  |  |     "emoji", | 
					
						
							| 
									
										
										
										
											2025-02-05 19:11:11 +01:00
										 |  |  |     "aiofiles", | 
					
						
							| 
									
										
										
										
											2025-02-26 00:22:36 +01:00
										 |  |  |     "PyJWT", | 
					
						
							| 
									
										
										
										
											2025-05-09 07:55:08 +02:00
										 |  |  |     "multiavatar", | 
					
						
							|  |  |  |     "gitpython", | 
					
						
							| 
									
										
										
										
											2025-05-12 01:47:54 +02:00
										 |  |  |     'uvloop; platform_system != "Windows"', | 
					
						
							|  |  |  |     "humanize", | 
					
						
							|  |  |  |     "Pillow", | 
					
						
							|  |  |  |     "pillow-heif", | 
					
						
							| 
									
										
										
										
											2025-06-01 03:24:14 +02:00
										 |  |  |     "IP2Location", | 
					
						
							| 
									
										
										
										
											2025-08-06 11:51:58 +02:00
										 |  |  |     "bleach", | 
					
						
							|  |  |  |     "sentry-sdk" | 
					
						
							| 
									
										
										
										
											2025-01-24 03:28:43 +01:00
										 |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-06 22:00:07 +02:00
										 |  |  | [tool.setuptools.packages.find] | 
					
						
							|  |  |  | where = ["src"] # <-- this changed | 
					
						
							| 
									
										
										
										
											2025-05-06 21:44:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-06 22:00:07 +02:00
										 |  |  | [tool.setuptools.package-data] | 
					
						
							|  |  |  | "*" = ["*.*"]  | 
					
						
							| 
									
										
										
										
											2025-05-06 21:44:45 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | [project.scripts] | 
					
						
							|  |  |  | snek = "snek.__main__:main" |