forked from boostcampaitech2/final-project-level3-nlp-13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (34 loc) · 793 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
[tool.poetry]
name = "team-clue-final-project"
version = "0.1.0"
description = "Naver Boostcamp AI-TECH 2th, team-clue's final project"
authors = ["Team-clue"]
license = "CC-BY-SA-4.0 License"
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.3.4"
torch = "^1.10.0"
transformers = "4.14"
matplotlib = "^3.5.0"
seaborn = "^0.11.2"
ipykernel = "^6.5.1"
tqdm = "^4.62.3"
wandb = "^0.12.7"
scikit-learn = "^1.0.1"
nltk = "^3.6.5"
requests = "2.26.0"
fastapi = "0.70.0"
uvicorn = "0.15.0"
python-dotenv = "0.19.1"
aiofiles = "0.7.0"
python-multipart = "0.0.5"
Jinja2 = "3.0.2"
Markdown = "3.3.4"
pytest = "6.2.5"
loguru = "^0.5.3"
konlpy = "^0.5.2"
tweepy = "3.10.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"