diff options
Diffstat (limited to 'config/requirements.txt')
-rw-r--r-- | config/requirements.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index cd13a58..88b3bea 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,10 +1,15 @@ -Django==1.4.1 +Django==1.5c1 +Markdown==2.2.0 PIL==1.1.7 +PyGithub==1.11.0 +distribute==0.6.31 django-extensions==0.9 -django-filebrowser==3.5.0 -django-grappelli==2.4.2 -django-pipeline==1.2.17 +httplib2==0.7.7 +jsmin==2.0.2 psycopg2==2.4.5 +python-dateutil==2.1 +requests==0.14.0 +six==1.2.0 wsgiref==0.1.2 yolk==0.4.3 yuicompressor==2.4.7 |