[project] name = "emmasite" version = "2.0.0" description = "website made by the emma" authors = [ {name = "Emma Terzioglu", email = "emmatech2@proton.me"}, ] dependencies = ["quart>=0.20.0", "hypercorn>=0.18.0", "asyncpg>=0.31.0", "asyncpg-trek>=0.4.0", "python-dotenv>=1.2.1", "marko>=2.2.2"] requires-python = ">=3.14" readme = "README.md" license = {text = "BSD-3-Clause"} [dependency-groups] dev = [ "asyncpg-stubs>=0.31.2", ]