Skip to content

Commit 3bea8f4

Browse files
committed
Remove transitive dependencies
1 parent 7185d9b commit 3bea8f4

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,8 @@ readme = "README.md"
66
license = "CC0-1.0"
77
requires-python = "==3.9.14"
88
dependencies = [
9-
"beautifulsoup4==4.11.1",
10-
"certifi==2022.9.14",
11-
"charset-normalizer==2.1.1",
12-
"click==8.1.3",
13-
"Flask==2.2.2",
9+
"flask==2.2.2",
1410
"gunicorn==20.1.0",
15-
"html5lib==1.1",
16-
"idna==3.4",
17-
"itsdangerous==2.1.2",
18-
"Jinja2==3.1.2",
19-
"MarkupSafe==2.1.1",
2011
"mf2py==1.1.2",
2112
"mf2util==0.5.1",
22-
"requests==2.28.1",
23-
"six==1.16.0",
24-
"soupsieve==2.3.2.post1",
25-
"urllib3==1.26.12",
26-
"webencodings==0.5.1",
27-
"Werkzeug==2.2.2",
2813
]

0 commit comments

Comments
 (0)