We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7185d9b commit 3bea8f4Copy full SHA for 3bea8f4
1 file changed
pyproject.toml
@@ -6,23 +6,8 @@ readme = "README.md"
6
license = "CC0-1.0"
7
requires-python = "==3.9.14"
8
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",
+ "flask==2.2.2",
14
"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",
20
"mf2py==1.1.2",
21
"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",
28
]
0 commit comments