[tool.poetry] name = "locimend" version = "0.1.0" description = "Machine learning algorithm to correct DNA sequencing errors" authors = ["coolneng "] license = "GPL-3.0-or-later" [tool.poetry.dependencies] python = "3.8.*" tensorflow = "^2.4.1" biopython = "^1.78" fastapi = "^0.66.0" uvicorn = "^0.14.0" [tool.poetry.dev-dependencies] isort = "^5.8.0" pyflakes = "^2.3.1" [tool.poetry.scripts] api = "locimend.api:main" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"