Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
requirements updated to provide Django 1.4.5 (and other)
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Feb 21, 2013
1 parent fbc1fac commit 65a877c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
8 changes: 4 additions & 4 deletions requirements/compiled.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These libraries are required to run the site, but need to compile themselves
# so we can't distribute them with flightdeck-lib

MySQL-python==1.2.3c1
simplejson==2.1.1
lxml==2.3
Jinja2==2.5.5
MySQL-python==1.2.4
simplejson==3.0.8
lxml==3.1.0
Jinja2==2.6
18 changes: 9 additions & 9 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
# load everything from production
-r production.txt

django-debug-toolbar
django-extensions
django-debug-toolbar>=0.9.4
django-extensions>=1.0.3

# tests
-e git://github.com/jbalogh/test-utils.git#egg=test-utils
-e git://github.com/jbalogh/django-nose.git#egg=django_nose
nose==0.11.1
mock==0.6.0
pyquery
nose>=1.2.1
mock>=1.0.1
pyquery>=1.2.4

# code quality
pylint
coverage
figleaf
pylint>=0.26.0
coverage>=3.6
figleaf>=0.6.1

# check before commit
-e git://github.com/jbalogh/check.git#egg=check

Sphinx==0.6.3
Sphinx>=1.1.3
9 changes: 4 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# requirements for production environment

Django==1.2.5
Django==1.4.5

# search functionality
-e git://github.com/aparo/pyes#egg=pyes
Expand All @@ -12,13 +12,12 @@ Markdown==2.0.3
-e git://github.com/jsocol/commonware.git#egg=commonware

# Celery
python-dateutil
django-celery
importlib
python-dateutil==2.1
django-celery==3.0.15
-e git://github.com/mozilla/nuggets.git#egg=nuggets

# Repackage
rdflib
rdflib==3.2.3

# features management
-e git://github.com/jsocol/django-waffle.git#egg=waffle

0 comments on commit 65a877c

Please sign in to comment.