-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (33 loc) Β· 918 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
38
39
40
41
[tool.poetry]
name = "toonslator-packages"
version = "0.1.0"
description = "toonslatorλ₯Ό μ€ννκΈ° μν ν¨ν€μ§ μμ‘΄μ± κ΄λ¦¬"
authors = ["Yera10 <yera9410@gmail.com>", "jerry-ryu", "ta1231", "jane79", "ganghe74"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.8.5"
torch = "~1.7.0"
torchvision = "~0.8.0"
[tool.poetry.group.prod.dependencies]
uvicorn = "^0.20.0"
fastapi = "^0.89.1"
albumentations = "^1.3.0"
requests = "^2.28.2"
python-dotenv = "^0.21.1"
pytesseract = "^0.3.10"
sconf = "^0.2.5"
fonttools = "^4.38.0"
python-multipart = "^0.0.5"
pygame = "^2.1.2"
matplotlib = "^3.6.3"
[tool.poetry.group.model_gasnext.dependencies]
dominate = "^2.7.0"
visdom = "^0.2.3"
albumentations = "^1.3.0"
[tool.poetry.group.model_mxfont.dependencies]
sconf = "^0.2.5"
scipy = "^1.10.0"
fonttools = "^4.38.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"