diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 10:50:30 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 10:50:30 +0200 |
| commit | e513105a801a10b861b7f6e8664c1c902002a4c5 (patch) | |
| tree | a133ae3a34d677c94433dd13fe9db8d69d591ec3 /setup.py | |
| parent | 4f75791f1a92c6993dbb65bee66f9aae6725bd92 (diff) | |
Add pylint
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,13 +33,14 @@ setup( 'flask-compress==1.4.0', 'flask-cors==3.0.8', 'pyasn1-modules==0.2.2', - 'six==1.11.0', + 'six==1.15.0', 'pymongo==3.10.1', 'bson==0.5.10', 'yapf==0.30.0', 'pytest==5.4.3', 'pytest-mock==3.1.1', 'pytest-env==0.6.2', + 'pylint==2.5.3', ], # yapf: enable ) |
