-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
40 lines (34 loc) · 1.27 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
[tool.poetry]
name = "dputils"
version = "1.0.1"
description = "This library is utility library from digipodium"
authors = ["Team Digipodium", "Zaid Kamil <xaidmetamorphos@gmail.com>", "AkulS1008 <akulsingh0708@gmail.com>"]
maintainers = ["Zaid Kamil <xaidmetamorphos@gmail.com>"]
readme = "readme.md"
license = "MIT"
homepage = "https://digipodium.github.io/dputils/"
repository = "https://github.com/digipodium/dputils"
documentation = "https://digipodium.github.io/dputils/"
[tool.poetry.dependencies]
python = "^3.8"
docx2txt = "^0.8"
"pdfminer.six" = "^20220524"
fpdf2 = "^2.5.4"
bs4 = "^0.0.1"
requests = "^2.27.1"
python-docx = "^0.8.11"
httpx = {extras = ["http2"], version = "^0.25.1"}
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
classifiers = [
"Topic :: Software Development :: Utility",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
]
keywords = ["file-handling", "web-scraping", "utility", "dputils", "digipodium", "bot", "crawlers", "scraper", "digipod"]