12345678910111213141516171819202122232425262728293031323334 |
- [tool.poetry]
- name = "saga_algo_api"
- version = "0.4.5"
- description = "SagaCare Algorithm Web Server"
- authors = ["highing666 <bigseabigdream@gmail.com>"]
- license = "Apache-2.0"
- [tool.poetry.dependencies]
- python = "^3.9"
- Cython = "^0.29.29"
- pandas = "1.4.2"
- grpcio = "1.37.1"
- fastapi = "^0.78.0"
- python-dotenv = "^0.20.0"
- uvicorn = "^0.17.6"
- psycopg2-binary = "^2.9.3"
- SQLAlchemy = "^1.4.36"
- redis = "^4.3.1"
- arrow = "^1.2.2"
- loguru = "^0.6.0"
- httpx = "^0.22.0"
- scikit-learn = "^1.1.0"
- tencentcloud-sdk-python = "^3.0.635"
- pymilvus = "^2.0.2"
- [tool.poetry.dev-dependencies]
- pylint = "^2.13.4"
- flake8 = "^4.0.1"
- black = "^22.3.0"
- [build-system]
- requires = ["poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"
|