From 478ee3614b14d95c44e8bc4d66e7a3e21f79eda5 Mon Sep 17 00:00:00 2001
From: Ladislav Lhotka <lhotka@nic.cz>
Date: Thu, 19 May 2016 08:57:27 +0200
Subject: [PATCH] Add pylint to the virtualenv.

---
 requirements.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index 814fbd3..be59505 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,15 @@
 alabaster==0.7.7
+astroid==1.4.5
 Babel==2.3.3
+colorama==0.3.7
 docutils==0.12
 imagesize==0.7.0
 Jinja2==2.8
+lazy-object-proxy==1.2.2
 MarkupSafe==0.23
 py==1.4.31
 Pygments==2.1.3
+pylint==1.5.5
 pytest==2.9.1
 pytz==2016.3
 PyXB==1.2.4
@@ -13,4 +17,5 @@ six==1.10.0
 snowballstemmer==1.2.1
 Sphinx==1.4.1
 sphinx-rtd-theme==0.1.9
+wrapt==1.10.8
 -e .
-- 
GitLab