From 339971731e341775701e296cfa0d7ebdbba80ceb Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 23 Feb 2022 19:28:52 +0200 Subject: [PATCH] Add asyncpg to the encryption dependencies It's not technically required when using SQLite, but currently the code expects it to be importable. Fixes #148 --- optional-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/optional-requirements.txt b/optional-requirements.txt index 06bb075..17d8fff 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -6,6 +6,7 @@ psycopg2-binary>=2,<3 asyncpg>=0.20,<0.26 #/e2be +asyncpg>=0.20,<0.26 aiosqlite>=0.16,<0.18 python-olm>=3,<4 pycryptodome>=3,<4