diff --git a/.travis.yml b/.travis.yml index 63ae9794d..8fe7ff2fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ jobs: - stage: code quality name: "pylint & mypy" install: - - pip install astroid==2.0.4 aiohttp==3.4.4 + #- pip install astroid==2.0.4 aiohttp==3.4.4 # newer astroid and aiohttp fails in pylint so we pre-install older version - pip install pylint mypy - pip install -e . diff --git a/setup.py b/setup.py index 029b83209..adee3235c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(BASE, 'README.md'), encoding='utf-8') as fh: long_description = fh.read() REQUIRES = [ - 'aiohttp==3.4.4', + 'aiohttp',#==3.4.4', 'cffi==1.12.1', # TODO: 1.12.2 fails on travis in wine 'coincurve==11.0.0', 'pbkdf2==1.3',