Commit Graph

17 Commits

Author SHA1 Message Date
Dan McGee
c8a2b8db51 Update requirements.txt
Bump to a new South bugfix release as well as bumping the pgpdump
library requirement to a more performant version.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-05-11 23:07:17 -05:00
Dan McGee
6cc3104177 Bump a few requirements
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-04-25 01:57:00 -05:00
Dan McGee
20675141c3 Add django_countries country code fields and population migrations
This adds these columns and attempts to populate them with data from our
existing country column data.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-04-25 00:09:46 -05:00
Dan McGee
cbdcb08557 Fix missing = sign in requirements_prod
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-04-02 10:37:11 -05:00
Dan McGee
ff5965f45d Switch to recommending PostgreSQL by default
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-28 23:17:37 -05:00
Dan McGee
7896779ff1 Bump requirements to Django 1.4 and add new manage.py
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-23 19:54:40 -05:00
Dan McGee
7edc58c89c Show signature data on package details page
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-03-08 11:36:18 -06:00
Dan McGee
6dfc85affc Update requirements.txt
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-02-08 12:40:26 -06:00
Dan McGee
79dde0389d Update requirements.txt
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-15 22:05:34 -06:00
Dan McGee
617550628b Bump Django requirement to 1.3.1
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-09-11 15:48:09 -05:00
Dan McGee
ac550af4c9 Update requirements.txt for Django 1.3
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-07 17:03:33 -05:00
Dan McGee
95a71576d2 Bump Django required version
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-03 10:32:09 -06:00
Dan McGee
bf3893768c Add pytz as a project requirement
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-08 11:05:10 -06:00
Dan McGee
84897adcdc Bump requirements files to latest versions
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-29 12:06:03 -06:00
Dan McGee
a6e3f101e9 Update requirements.txt
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-11 08:17:39 -06:00
Dan McGee
2432227b66 Bump requirements for Django security release
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-12 19:15:35 -05:00
Dan McGee
f498ceca1d Split and update the pip requirements file
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>
2010-09-07 17:12:41 -05:00