Skip to content

Commit 7185d9b

Browse files
committed
Move to a (modern?) pyproject.toml
1 parent 1d489c9 commit 7185d9b

2 files changed

Lines changed: 28 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)