mirror of
https://github.com/aykhans/movier.git
synced 2025-04-17 04:13:12 +00:00
16 lines
337 B
TOML
16 lines
337 B
TOML
[project]
|
|
name = "movier"
|
|
version = "0.1.0"
|
|
description = "Movier"
|
|
readme = "README.md"
|
|
requires-python = "==3.12.3"
|
|
dependencies = [
|
|
"grpcio>=1.67.0",
|
|
"grpcio-reflection==1.67.0",
|
|
"grpcio-tools==1.67.0",
|
|
"polars==1.12.0",
|
|
"psycopg2-binary==2.9.10",
|
|
"scikit-learn==1.5.2",
|
|
"grpcio-health-checking==1.67.1",
|
|
]
|