From: zuber Date: Tue, 27 Oct 2009 13:24:20 +0000 (+0100) Subject: Dodanie Pygments do requirements.txt (używane do kolorowania diffów). X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/aeb0dad220c5e4da9ddd5e8df9f6b0dc554f513f?ds=inline;hp=-c Dodanie Pygments do requirements.txt (używane do kolorowania diffów). --- aeb0dad220c5e4da9ddd5e8df9f6b0dc554f513f diff --git a/requirements.txt b/requirements.txt index acc34d99..3423647a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ mercurial==1.3.1 librarian>=1.3.dev,<1.4 django-piston==0.2.3rc1 django-cas-consumer==0.1dev -# MySQL-python>=1.2,<2.0 +Pygments>=1.1 +MySQL-python>=1.2,<2.0