Adds New Delete File Endpoint and Refactors Endpoints, Adds VirusChecker

This commit is contained in:
2023-09-10 02:21:41 -03:00
parent ab65be9710
commit c826000954
13 changed files with 149 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ uvicorn = "^0.23.2"
fastapi-utils = "^0.2.1"
boto3 = "^1.28.21"
python-multipart = "^0.0.6"
virustotal-python = "^1.0.2"
[tool.poetry.group.dev.dependencies]