blob: d259adf30942d58a2fb2fd6e9ed26a1e7f1a2e7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- pyproject.toml.orig 2025-10-13 02:26:38 UTC
+++ pyproject.toml
@@ -10,10 +10,7 @@ authors = [
authors = [
{ name = "Frost Ming", email = "me@frostming.com" },
]
-license = "MIT"
-license-files = [
- "LICENSE",
-]
+license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
@@ -64,7 +61,7 @@ test = [
"flask>=2.1.2",
"requests-wsgi-adapter>=0.4.1",
"trustme>=0.9.0; python_version < \"3.13\"",
- "pytest-mock>=3.12.0",
+ "pytest-mock>=3.10.0",
]
doc = [
"furo",
|