-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (28 loc) · 972 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
[project]
name = "level2_dataannotation_cv-level2-cv-17"
description = "부스트캠프 AI Tech 4기 / Level 2 CV 17조 / Sixth Sense 팀의 데이터 제작 프로젝트"
version = "0.1.0"
authors = [
{ name = "서장원_T4105", email = "jangwon.seo@snu.ac.kr" },
{ name = "박세준_T4105", email = "jangwon.seo@snu.ac.kr" },
{ name = "박선규_T4105", email = "jangwon.seo@snu.ac.kr" },
{ name = "조태환_T4105", email = "jangwon.seo@snu.ac.kr" },
{ name = "장국빈_T4105", email = "jangwon.seo@snu.ac.kr" },
{ name = "이광민_T4105", email = "jangwon.seo@snu.ac.kr" },
]
dependencies = ["pyspark[ml]", "sklearn"]
[project.optional-dependencies]
dev = ["tox", "pre-commit", "bump2version"]
[tool.black]
line_length = 88
color = true
target-version = ['py37']
[tool.isort]
profile = "black"
py_version = 37
atomic = true
float_to_top = true
color_output = true
[tool.autoflake]
check = true
imports = ["django", "requests", "urllib3"]