[project] name = "jelele-inference" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "ctranslate2>=4.7.1", "fastapi>=0.135.3", "hf>=1.9.0", "protobuf>=7.34.1", "pytest>=9.0.2", "pytest-asyncio>=1.3.0", "sacremoses>=0.1.1", "sentence-splitter>=1.4", "sentencepiece>=0.2.1", "transformers>=5.5.0", "uvicorn>=0.43.0", ] [tool.pytest.ini_options] asyncio_mode = "auto"