From 60d881ca9febe41f5d944197fe61443e698dafa5 Mon Sep 17 00:00:00 2001 From: Tulir Asokan <tulir@maunium.net> Date: Mon, 11 May 2020 18:52:48 +0300 Subject: [PATCH] Use fbchat-asyncio 0.4.0a1 from PyPI --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6165bd..012ffdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ ruamel.yaml>=0.15.94,<0.17 commonmark>=0.8,<0.10 python-magic>=0.4,<0.5 mautrix==0.5.0.beta15 -https://github.com/tulir/fbchat-asyncio/tarball/rebase#egg=fbchat-asyncio +fbchat-asyncio>=0.4.0.alpha1,<0.5 -- GitLab