From d863de568d7af65d50b158101e38cca77c539285 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 11 Jun 2018 19:08:32 -0400 Subject: [PATCH] Force older version of Mastodon.py until a bug is fixed --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index dd2cedd..9f22ee0 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ django-widget-tweaks = "*" "html5lib" = "*" idna = "*" markdown = "*" -"mastodon.py" = "*" +"mastodon.py" = "==1.2.2" python-dateutil = "*" pytz = "*" requests = "*"