Skip to content
Snippets Groups Projects
requirements.txt 705 B
Newer Older
  • Learn to ignore specific revisions
  • # Database packages
    PyMySQL>=1.1.0,<1.2.0
    SQLAlchemy>=2.0.0,<2.1.0
    aiomysql>=0.2.0,<0.3.0
    alembic>=1.13.0,<1.14.0
    # Security packages
    authlib>=1.3.0,<1.4.0
    cryptography>=1.4.0
    itsdangerous
    # Ceph and S3 packages
    
    aioboto3>=12.0.0,<13.0.0
    
    rgwadmin>=2.4.0,<2.5.0
    # Miscellaneous
    tenacity>=8.2.0,<8.3.0
    httpx>=0.27.0,<0.28.0
    
    # Compression with br algorithm
    brotli-asgi>=1.4.0,<1.5.0
    
    # Image processing
    Pillow>=10.2.0,<10.4.0