mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 00:04:20 +01:00
requirements: change pylint to version 2.2.2
This commit is contained in:
committed by
Jacob Plaster
parent
db3bb21b1d
commit
2d9a40162f
@@ -4,6 +4,7 @@ before_install:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install python3
|
- sudo apt-get install python3
|
||||||
- sudo apt-get install python3-pip
|
- sudo apt-get install python3-pip
|
||||||
|
- sudo python3 -m pip install --upgrade pip
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install -r requirements.txt --user
|
- python3 -m pip install -r requirements.txt --user
|
||||||
|
|||||||
@@ -7,4 +7,5 @@ disable=too-few-public-methods,
|
|||||||
too-many-locals,
|
too-many-locals,
|
||||||
no-init,
|
no-init,
|
||||||
len-as-condition,
|
len-as-condition,
|
||||||
too-many-instance-attributes
|
too-many-instance-attributes,
|
||||||
|
invalid-name
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
eventemitter==0.2.0
|
eventemitter==0.2.0
|
||||||
asyncio==3.4.3
|
asyncio==3.4.3
|
||||||
websockets==7.0
|
websockets==7.0
|
||||||
pylint==1.8.3
|
pylint==2.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user