7 lines
213 B
Text
7 lines
213 B
Text
# Format: #/name defines a new extras_require group called name
|
|
# Uncommented lines after the group definition insert things into that group.
|
|
|
|
#/encryption
|
|
python-olm>=3,<4
|
|
pycryptodome>=3,<4
|
|
unpaddedbase64>=1,<3
|