[tool.poetry] name = "scan-uploader" version = "0.1.0" description = "Tool for detecting new scans and uploading them" authors = ["Eli Ribble "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.11" inotify = "^0.2.10" requests = "^2.32.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"