Force older version of Mastodon.py until a bug is fixed

This commit is contained in:
Jason McBrayer 2018-06-11 19:08:32 -04:00
parent 51f26e2b25
commit d863de568d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ django-widget-tweaks = "*"
"html5lib" = "*"
idna = "*"
markdown = "*"
"mastodon.py" = "*"
"mastodon.py" = "==1.2.2"
python-dateutil = "*"
pytz = "*"
requests = "*"