6f57c88e4a
This isn't a bridge, so it's normal e2ee, not e2be
13 lines
309 B
Text
13 lines
309 B
Text
# 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
|
|
asyncpg>=0.20,<0.26
|
|
|
|
#/encryption
|
|
asyncpg>=0.20,<0.26
|
|
aiosqlite>=0.16,<0.18
|
|
python-olm>=3,<4
|
|
pycryptodome>=3,<4
|
|
unpaddedbase64>=1,<3
|