Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit cb1426c

Browse files
committed
pin starlette to <1.0 and update deps
1 parent e7f8c8f commit cb1426c

2 files changed

Lines changed: 362 additions & 355 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
[project]
2-
name = "mystbin"
3-
description = "A paste bin designed with simplicity and beauty in mind."
4-
authors = [
5-
{ name = "EvieePy", email = "29671945+evieepy@users.noreply.github.com" },
6-
{ name = "Alex Nørgaard", email = "umbra@abstractumbra.dev" },
7-
]
82
dependencies = [
93
"aiohttp>=3.10,<4.0",
104
"aiohttp[speedups]>=3.10,<4.0; extra == \"speed\"",
115
"asyncpg>=0.29.0",
126
"bleach>=6.1.0",
137
"python-multipart>=0.0.20",
148
"pyyaml>=6.0.1",
9+
"starlette<1.0.0",
1510
"starlette-plus",
1611
"uvicorn>=0.29.0",
1712
]
13+
name = "mystbin"
14+
description = "A paste bin designed with simplicity and beauty in mind."
15+
authors = [
16+
{ name = "EvieePy", email = "29671945+evieepy@users.noreply.github.com" },
17+
{ name = "Alex Nørgaard", email = "umbra@abstractumbra.dev" },
18+
]
1819
requires-python = "<4.0,>=3.11"
1920
readme = "README.md"
2021
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)