[tool.poetry] name = "rbox" version = "0.1.0" description = "A self-hosted cloud storage web application" authors = ["Your Name "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" fastapi = "*" uvicorn = {extras = ["standard"], version = "*"} tortoise-orm = {extras = ["asyncpg"], version = "*"} redis = "*" python-jose = {extras = ["cryptography"], version = "*"} passlib = {extras = ["bcrypt"], version = "*"} pyotp = "*" qrcode = "*" python-multipart = "*" aiofiles = "*" httpx = "*" pillow = "*" python-magic = "*" watchdog = "*" asyncio-throttle = "*" python-dotenv = "*" aiowebdav = "*" minio = "*" cryptography = "*" #tesseract-ocr = "*" opencv-python = "*" ffmpeg-python = "*" gunicorn = "*" aiosmtplib = "*" stripe = "*" [tool.poetry.group.dev.dependencies] black = "*" isort = "*" flake8 = "*" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] rbox = "rbox.main:main"