forked from K-RT-Dev/VGT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (23 loc) · 772 Bytes
/
pyproject.toml
File metadata and controls
27 lines (23 loc) · 772 Bytes
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
[tool.poetry]
name = "manga-ocr-fast-api"
version = "0.1.0"
description = ""
authors = ["Federico Jensen Carrasco <federicodaniel25@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.10"
manga-ocr = "==0.1.8"
pyinstaller = "==5.8.0"
poethepoet = "^0.18.1"
fastapi = "^0.94.0"
uvicorn = {extras = ["standard"], version = "^0.21.0"}
python-multipart = "^0.0.6"
openai = "^0.27.2"
psutil = "^5.9.4"
hypercorn = "0.13.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poe.tasks]
force-cuda11 = "python -m pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html"
force-remove-cuda11 = "python -m pip uninstall torch torchvision"