pytroject.toml: Add the e2e feature of nio as a requirement.
This commit is contained in:
parent
61ccf1ca8d
commit
7f285d250e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ future = "^0.18.2"
|
|||
attrs = "^19.3.0"
|
||||
logbook = "^1.5.3"
|
||||
pygments = "^2.6.1"
|
||||
matrix-nio = "^0.9.0"
|
||||
matrix-nio = { version = "^0.9.0", extras = [ "e2e" ] }
|
||||
python-magic = "^0.4.15"
|
||||
aiohttp = "^3.6.2"
|
||||
requests = "^2.23.0"
|
||||
|
|
Loading…
Reference in a new issue