Skip to content
Snippets Groups Projects
optional-requirements.txt 335 B
Newer Older
  • Learn to ignore specific revisions
  • # Format: #/name defines a new extras_require group called name
    # Uncommented lines after the group definition insert things into that group.
    
    #/postgres
    psycopg2-binary>=2,<3
    
    
    #/animated_stickers
    
    Tulir Asokan's avatar
    Tulir Asokan committed
    pillow>=4,<9
    
    Tulir Asokan's avatar
    Tulir Asokan committed
    asyncpg>=0.20,<0.22
    
    Tulir Asokan's avatar
    Tulir Asokan committed
    prometheus_client>=0.6,<0.10