try latest mypy and aiohttp

This commit is contained in:
Lex Berezhny 2019-02-26 15:38:37 -05:00
parent bd2512c27e
commit 589768864a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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