Skip to content

Commit

Permalink
Python 3.3 needs older doit, and requires.io can now stop spamming me
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 28, 2016
1 parent 60e105e commit a4478f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,5 +1,5 @@
doit>=0.28.0,<=0.29.0 ; python_version == '2.7'
doit>=0.28.0 ; python_version >= '3.3'
doit>=0.28.0,<=0.29.0 ; python_version <= '3.3' # rq.filter: <=0.29.0
doit>=0.28.0 ; python_version >= '3.4'
Pygments>=1.6
Pillow>=2.4.0
python-dateutil>=2.4.0
Expand Down

0 comments on commit a4478f2

Please sign in to comment.