last wallagab api - with requests

This commit is contained in:
FoxMaSk
2017-09-24 22:35:20 +02:00
parent 07f6057421
commit 259f62efd9
6 changed files with 257 additions and 94 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
from wallabag_api import __version__ as version
install_requires = [
'requests==2.5.0',
'requests==2.18.4',
]
setup(