Update telethon and downgrade imageio

Fixes #279
Fixes #274
This commit is contained in:
Tulir Asokan
2019-02-11 20:40:45 +02:00
parent 379f428961
commit ea37f05c11
6 changed files with 34 additions and 48 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ extras = {
"better_formatter": ["lxml>=4.1.1,<5"],
"fast_crypto": ["cryptg>=0.1,<0.2"],
"webp_convert": ["Pillow>=5.0.0,<6"],
"hq_thumbnails": ["moviepy>=0.2,<0.3"],
"hq_thumbnails": ["moviepy>=0.2,<0.3", "imageio==2.4.1"],
}
extras["all"] = list(set(deps[0] for deps in extras.values()))
@@ -34,8 +34,8 @@ setuptools.setup(
"ruamel.yaml>=0.15.35,<0.16",
"future-fstrings>=0.4.2",
"python-magic>=0.4.15,<0.5",
"telethon>=1.5,<1.5.4",
"telethon-session-sqlalchemy>=0.2.3,<0.3",
"telethon>=1.5.5,<1.6",
"telethon-session-sqlalchemy>=0.2.6,<0.3",
],
extras_require=extras,