[tool.poetry] name = "resize-image-service" version = "0.1.0" description = "" authors = ["Vitor Hideyoshi "] readme = "README.md" packages = [{include = "storage_service"}] [tool.poetry.dependencies] python = "^3.12" pillow = "^10.0.0" redis = "^5.0.4" requests = "^2.32.1" rq = "^1.16.1" python-dotenv = "^1.0.0" fastapi = "^0.111.0" uvicorn = "^0.29.0" boto3 = "^1.34.109" python-multipart = "^0.0.9" virustotal-python = "^1.0.2" fastapi-utils = "^0.6.0" typing-inspect = "^0.9.0" [tool.poetry.group.dev.dependencies] isort = "^5.12.0" black = "^23.7.0" coverage = "^7.5.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.isort] profile = "black" line_length = 79 sections=[ "FUTURE", "FIRSTPARTY", "LOCALFOLDER", "THIRDPARTY", "STDLIB", ]