update dependencies
This commit is contained in:
parent
8fb08780e3
commit
6196d31614
2 changed files with 7 additions and 15 deletions
9
main.py
9
main.py
|
@ -7,7 +7,6 @@ from urllib.parse import urljoin
|
|||
import aiohttp
|
||||
import feedparser
|
||||
import yaml
|
||||
from raven import Client
|
||||
from wallabag_api.wallabag import Wallabag
|
||||
|
||||
import github_stars
|
||||
|
@ -42,14 +41,6 @@ with open("sites.yaml", 'r') as stream:
|
|||
sites = None
|
||||
exit(1)
|
||||
|
||||
if "sentry_url" in config and ("debug" not in config or not config["debug"]):
|
||||
client = Client(
|
||||
dsn=config["sentry_url"],
|
||||
processors=(
|
||||
'raven.processors.SanitizePasswordsProcessor',
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
async def fetch(session, url):
|
||||
try:
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
aiodns==1.1.1
|
||||
aiohttp==2.3.9
|
||||
async-timeout==2.0.0
|
||||
aiohttp==3.1.3
|
||||
async-timeout==2.0.1
|
||||
attrs==17.4.0
|
||||
certifi==2018.1.18
|
||||
chardet==3.0.4
|
||||
feedparser==5.2.1
|
||||
idna==2.6
|
||||
multidict==4.0.0
|
||||
idna-ssl==1.0.1
|
||||
multidict==4.2.0
|
||||
pycares==2.3.0
|
||||
PyYAML==3.12
|
||||
raven==6.5.0
|
||||
requests==2.18.4
|
||||
urllib3==1.22
|
||||
wallabag-api==1.2.0
|
||||
yarl==1.1.0
|
||||
wallabag-api==1.2.2
|
||||
yarl==1.1.1
|
||||
|
|
Reference in a new issue