Skip to content

Commit

Permalink
Pin doit version (pydoit/doit#112)
Browse files Browse the repository at this point in the history
Doit will drop support for Python 2 in next release, and we promised our users compatibility until at least January. As such, we need to pin doit for the time being.
  • Loading branch information
Kwpolska committed Nov 7, 2015
1 parent c7fc7be commit 07962cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
doit>=0.28.0
doit>=0.28.0,<=0.29.0
Pygments>=1.6
Pillow>=2.4.0
python-dateutil==2.4.2
Expand Down

1 comment on commit 07962cb

@schettino72
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry, I will wait for you guys to make a release...

Please sign in to comment.