generated from teamhide/fastapi-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
78 lines (71 loc) · 1.66 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
70
71
72
73
74
75
76
77
78
[tool.poetry]
name = "irys"
version = "0.1.0"
description = "Intelligent Repository System"
authors = ["IRySTeam <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
alembic = "^1.8.1"
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.9"}
PyJWT = "^2.4.0"
uvicorn = "^0.18.3"
fastapi = "^0.95"
celery = "^5.2.7"
gunicorn = "^20.1.0"
fastapi-event = "^0.1.3"
pythondi = "^1.2.4"
ujson = "^5.4.0"
aiomysql = "^0.1.1"
click = "^8.1.3"
greenlet = "1.1.3"
redis = "^4.3.4"
asyncpg = "^0.27.0"
python-dotenv = "^1.0.0"
elasticsearch = "^8.6.2"
aiohttp = "^3.8.4"
python-multipart = "^0.0.6"
tika = "^2.6.0"
pytesseract = "^0.3.10"
bcrypt = "^4.0.1"
python-semantic-release = "^7.33.2"
flower = "^1.2.0"
pdf2image = "^1.16.3"
numpy = "^1.24.2"
opencv-python = "^4.7.0.72"
nltk = "^3.8.1"
pandas = "^1.5.3"
scikit-learn = "^1.2.2"
python-magic = "^0.4.27"
asgiref = "^3.6.0"
bert-serving-client = "^1.10.0"
fastapi-mail = "^1.2.6"
uvloop = "^0.17.0"
pymupdf = "^1.21.1"
google-cloud-storage = "^2.8.0"
google-auth = "^2.17.3"
imbalanced-learn = "^0.10.1"
transformers = "^4.28.1"
torch = {"version" = "^2.0.0+cpu", source = "pytorch-cpu"}
dateparser = "^1.1.8"
imutils = "^0.5.4"
sentence_transformers = "^2.2.2"
spacy = "^3.5.3"
tzlocal = "^5.0.1"
[tool.poetry.dev-dependencies]
behave = "^1.2.6"
pre-commit = "^2.19.0"
[[tool.poetry.source]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
secondary = true
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pycln]
all = true
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true