Update requirements

This fixes some issues with pyflakes:

  AttributeError: 'ClassDef' object has no attribute 'keywords'

Add requirements for six>=1.7.0

This is for jaraco.collections but something is draging in an older version.

Change-Id: I4733fb4be29463ae6dbfef1ecfb80b0aa8b45e5c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-27 18:07:40 -04:00
parent d95fe85dc4
commit 37e88bbdb3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
six>=1.7.0
simplemediawiki
irc
python-daemon

View File

@ -1 +1 @@
hacking>=0.5.6,<0.8
hacking<0.11,>=0.10.0