We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d489c9 commit 7185d9bCopy full SHA for 7185d9b
2 files changed
pyproject.toml
@@ -0,0 +1,28 @@
1
+[project]
2
+name = "microformats-parser-website"
3
+version = "1.0.0"
4
+description = "A web interface for parsing microformats using mf2py"
5
+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",
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
+]
requirements.txt
0 commit comments