Added importlib-metadata and zipp to requirements.txt
Downgraded feedparser in requirements.txt to 5.2.1
Showing
... | ... | @@ -22,7 +22,7 @@ dogpile.cache==1.0.2 |
ecdsa==0.14.1 | ||
enzyme==0.4.1 | ||
fake-useragent==0.1.11 | ||
feedparser==6.0.0b3 | ||
feedparser==5.2.1 | ||
future==0.18.2 | ||
gntp==1.0.3 | ||
guessit==3.1.1 | ||
... | ... | @@ -30,6 +30,7 @@ hachoir==3.1.1 |
html5lib==1.1 | ||
httplib2==0.18.1 | ||
idna==2.10 | ||
importlib-metadata==1.7.0 | ||
ipaddress==1.0.23 | ||
knowit==0.2.4 | ||
lockfile==0.12.2 | ||
... | ... | @@ -84,4 +85,5 @@ tzlocal==2.1 |
Unidecode==1.1.1 | ||
urllib3==1.25.10 | ||
webencodings==0.5.1 | ||
xmltodict==0.12.0 | ||
\ No newline at end of file | ||
xmltodict==0.12.0 | ||
zipp==3.1.0 |
Please register or sign in to comment