Archived
1
0
Fork 0

update dependencies

This commit is contained in:
Lukas Winkler 2018-04-20 22:09:41 +02:00
parent 8fb08780e3
commit 6196d31614
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5
2 changed files with 7 additions and 15 deletions

View file

@ -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:

View file

@ -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