-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpyproject.toml
57 lines (54 loc) · 1.84 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
[tool.poetry]
name = "picard-website"
version = "0.1.0"
description = "Website for MusicBrainz Picard"
authors = [
"Shadab Zafar <[email protected]>",
"Michael Wiencek <[email protected]>",
"Laurent Monin <[email protected]>",
"Sambhav Kothari <[email protected]>",
"Philipp Wolfer <[email protected]>",
"Sophist <[email protected]>",
"Bob Swift <[email protected]>",
"Wieland Hoffmann <[email protected]>",
"Raptorial <[email protected]>",
"Roman Tsukanov <[email protected]>",
"TheJYKoder <[email protected]>",
"Frederik “Freso” S. Olesen <[email protected]>",
"Hartama Putra <[email protected]>",
"Wieland Hoffmann <[email protected]>",
"Nicolás Tamargo <[email protected]>",
"Abhigyan Khaund <[email protected]>",
"Aerozol <[email protected]>",
"Mathieu Bridon <[email protected]>",
"Akash Nagaraj <[email protected]>",
"Anjali Ujjainia <[email protected]>",
"Justin W. Flory <[email protected]>",
"LeoVerto <[email protected]>",
"Mark Trolley <[email protected]>",
"Rahul Kumar Gupta <[email protected]>",
"Shen-Ta Hsieh <[email protected]>",
"Sumit Ghosh <[email protected]>",
"Suraj Nath <[email protected]>",
"Theodore Fabian Rudy <[email protected]>",
"Ville Skyttä <[email protected]>",
"jomo <[email protected]>",
"vedantc98 <[email protected]>",
]
[tool.poetry.dependencies]
python = "^3.9"
blinker = "^1.9"
cachelib = "^0.13.0"
Flask = "^3.1.0"
Flask-APScheduler = "^1.13.1"
Flask-Babel = "^4.0.0"
Markdown = "^3.6"
mistune = "^3.1.0"
packaging = "^24.2"
[tool.poetry.group.dev.dependencies]
Flask-Testing = "^0.8.1"
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"