[project] name = "ko-review" version = "0.1.0" description = "영화 리뷰 점수 판별기 - 긍정/부정 감성 분석 도구" readme = "README.md" requires-python = ">=3.9" dependencies = [ "gradio", "datasets", "transformers", "torch", "pandas>=2.2.0", "numpy>=1.26,<2.0", "fasttext", ] [project.optional-dependencies] dev = [] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = [] include = ["app.py"]