-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
69 lines (67 loc) · 1.38 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[project]
name = "eprihlaska"
version = "0.1.0"
requires-python = ">=3.12"
readme = "README.md"
dependencies = [
"asn1crypto==0.24.0",
"authlib==1.4.0",
"beautifulsoup4==4.6.0",
"blinker==1.9.0",
"bs4==0.0.1",
"cairocffi==0.8.0",
"cairosvg==2.7.0",
"certifi==2024.12.14",
"chardet==3.0.4",
"cryptography==44.0.0",
"cssselect2==0.2.1",
"defusedxml==0.7.1",
"dominate==2.9.1",
"flask==3.1.0",
"flask-babel==4.0.0",
"flask-bootstrap==3.3.7.1",
"flask-login==0.6.3",
"flask-mail==0.9.1",
"flask-nav3==0.7.2",
"flask-session==0.8.0",
"flask-sqlalchemy==3.1.1",
"flask-weasyprint==0.5",
"flask-wtf==1.2.2",
"html5lib==1.0.1",
"idna==3.10",
"lxml==5.3.0",
"markupsafe==2.1.3",
"pdfkit==0.6.1",
"pdfrw==0.4",
"pillow==11.0.0",
"pyasn1==0.4.2",
"pycparser==2.18",
"pyjwt==2.4.0",
"pymysql==1.1.1",
"pypdf2==1.27.9",
"pyphen==0.9.4",
"python-dateutil==2.9.0.post0",
"requests==2.32.3",
"six==1.17.0",
"sqlalchemy==2.0.36",
"tinycss2==0.6.1",
"visitor==0.1.3",
"weasyprint==0.42",
"webencodings==0.5.1",
"email-validator>=2.1.0.post1,<3",
"werkzeug==3.1.3",
"flask-reuploaded>=1.4.0,<2",
"munch>=4.0.0,<5",
"urllib3==2.3.0",
"pypdftk>=0.5",
]
[tool.uv]
dev-dependencies = [
"pandas>=2.2.3",
"click>=8.1.8",
"openpyxl>=3.1.5",
"xlrd>=2.0.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"