Updated requirements.txt
Showing
... | ... | @@ -14,18 +14,15 @@ chardet==3.0.4 |
click==7.1.2 | ||
cloudscraper==1.2.46 | ||
configobj==5.0.6 | ||
cryptography==3.0; python_version >= "3.6" | ||
cryptography==2.1.4; python_version < "3.6" | ||
cryptography==3.0 | ||
decorator==4.4.2 | ||
deluge-client==1.9.0 | ||
dirsync==2.2.5 | ||
dogpile.cache==1.0.2; python_version >= "3.6" | ||
dogpile.cache==0.9.2; python_version < "3.6" | ||
dogpile.cache==1.0.2 | ||
ecdsa==0.14.1 | ||
enzyme==0.4.1 | ||
fake-useragent==0.1.11 | ||
feedparser==6.0.0b3; python_version >= "3.6" | ||
feedparser==5.2.1; python_version < "3.6" | ||
feedparser==6.0.0b3 | ||
future==0.18.2 | ||
gntp==1.0.3 | ||
guessit==3.1.1 | ||
... | ... | @@ -36,8 +33,7 @@ idna==2.10 |
ipaddress==1.0.23 | ||
knowit==0.2.4 | ||
lockfile==0.12.2 | ||
lxml==4.5.2; python_version >= "3.6" | ||
lxml==4.2.5; python_version < "3.6" | ||
lxml==4.5.2 | ||
Mako==1.1.3 | ||
markdown2==2.3.9 | ||
MarkupSafe==1.1.1 | ||
... | ... | @@ -48,8 +44,7 @@ oauth2==1.9.0.post1 |
oauthlib==3.1.0 | ||
packaging==20.4 | ||
pbr==5.4.5 | ||
Pint==0.14; python_version >= "3.6" | ||
Pint==0.9; python_version < "3.6" | ||
Pint==0.14 | ||
profilehooks==1.11.2 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
... | ... | @@ -81,8 +76,7 @@ simplejson==3.17.2 |
six==1.15.0 | ||
soupsieve==2.0.1 | ||
SQLAlchemy==1.3.18 | ||
stevedore==3.2.0; python_version >= "3.6" | ||
stevedore==1.32.0; python_version < "3.6" | ||
stevedore==3.2.0 | ||
subliminal==2.1.0 | ||
tornado==6.0.4 | ||
twilio==6.44.2 | ||
... | ... |
Please register or sign in to comment