forked from LBRYCommunity/lbry-sdk
try latest mypy and aiohttp
This commit is contained in:
parent
bd2512c27e
commit
589768864a
2 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in a new issue