-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpyproject.toml
37 lines (35 loc) · 983 Bytes
/
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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "sioyek"
version = "0.31.11"
authors = [
{ name="Ali Mostafavi", email="[email protected]" },
{ name="Garrett Credi", email="[email protected]" }
]
description = "Python tools and extensions for sioyek PDF reader"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
dependencies = [
"PyMuPDF >= 1.2",
"googletrans == 3.1.0a0",
"appdirs >= 1.4",
"PyPaperBot >= 1",
"PyPDF2 >= 3",
"numpy >= 1.8",
"pyperclip >= 1.8",
"habanero >= 1.2.2",
"regex >= 2.5.83",
"PyQt5 >= 5.15",
"libgen-api >= 1.0.0",
"python-slugify >= 8.0.1"
]
[project.urls]
"Homepage" = "https://github.com/ahrm/sioyek-python-extensions"
"Bug Tracker" = "https://github.com/ahrm/sioyek-python-extensions/issues"