summaryrefslogtreecommitdiffstats
path: root/requirements_prod.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-03-24Bump requirements to Django 1.4 and add new manage.pyDan McGee1-3/+3
The default manage.py script has been updated in Django 1.4, and the old version and functions it calls is deprecated. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-08Show signature data on package details pageDan McGee1-1/+2
Now that we have a way to decode and process the signature data, we can match the key_id to a known developer if possible and show this data on the package page. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-02-08Update requirements.txtDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-16Update requirements.txtDan McGee1-1/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-09-11Bump Django requirement to 1.3.1Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-08Update requirements.txt for Django 1.3Dan McGee1-3/+3
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-03Bump Django required versionDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-08Add pytz as a project requirementDan McGee1-0/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-29Bump requirements files to latest versionsDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-11Update requirements.txtDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-13Bump requirements for Django security releaseDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-08Split and update the pip requirements fileDan McGee1-0/+5
Add a second file for use in production environments where we know we use memcached and MySQL, and for those that want to replicate the production environment as close as possible. Slim down the primary file to those requirements the app directly needs rather than how it is installed. Also bump the version of South to the newer point release. Signed-off-by: Dan McGee <dan@archlinux.org>