forked from digitalpalidictionary/dpd-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
63 lines (57 loc) · 1.26 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
[tool.poetry]
name = "dpd-db"
version = "v0.1.20240322"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
packages = [{include = "db"}]
[tool.poetry.dependencies]
python = "^3.11"
SQLAlchemy = "~2.0.22"
SQLAlchemy-Utils = "~0.41.1"
pysimplegui = "^4.60.4"
tqdm = "^4.64.1"
rich = "^13.3.1"
pandas = "^1.5.3"
openpyxl = "^3.1.0"
aksharamukha = "^2.1.2"
python-idzip = "^0.3.9"
mako = "^1.2.4"
markdown = "^3.4.1"
minify-html = "^0.10.8"
pip = "^23.0.1"
pyspellchecker = "^0.7.1"
beautifulsoup4 = "^4.11.2"
nltk = "^3.8.1"
pyperclip = "^1.8.2"
css-html-js-minify = "^2.5.5"
html2text = "^2020.1.16"
openai = "^0.27.8"
google-cloud-translate = "^3.11.3"
python-docx = "^0.8.11"
timeout-decorator = "^0.5.0"
psutil = "^5.9.6"
anki = "^23.10.1"
jinja2 = "^3.1.2"
flask = "^3.0.0"
flask-sqlalchemy = "^3.1.1"
googletrans = "^3.0.0"
tomlkit = "^0.12.3"
pyglossary = "^4.6.1"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
flake8 = "^6.0.0"
bandit = "^1.7.5"
pylint = "^2.17.0"
pylama = "^8.4.1"
icecream = "^2.1.3"
pytest = "^7.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
pythonVersion = "3.11"
typeCheckingMode = "basic"
[tool.ruff]
ignore = ["E401", "E501", "E712"]
target-version = "py311"