Bumped babelfish requirement
Added import exception handling for collections Iterable import for backwards-compatibility Replaced AttrDict with CleverDict Fixed `NoneType` issue with rating/votes for imdb popular shows Fixed issue with bad comparison of NoneTypes for config.ini migration code Fixed issue with NMA priority being string value when db column is int
... | ... | @@ -7,7 +7,7 @@ APScheduler==3.6.3 |
arrow==0.15.8 | ||
asn1crypto==1.4.0 | ||
attrs==19.3.0 | ||
babelfish==0.5.5 | ||
babelfish==0.6.0 | ||
beautifulsoup4==4.10.0 | ||
bencode3==0.1.0 | ||
bleach==3.3.0 | ||
... | ... | @@ -15,6 +15,7 @@ CacheControl==0.12.6 |
certifi==2021.5.30 | ||
cffi==1.14.1 | ||
chardet==3.0.4 | ||
cleverdict==1.9.2 | ||
click==7.1.2 | ||
cloudscraper==1.2.46 | ||
configobj==5.0.6 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment