Skip to content

Commit

Permalink
Merge pull request #24 from dplanella/master
Browse files Browse the repository at this point in the history
Refresh dependencies and split requirements.txt between dev and production
  • Loading branch information
zerok committed May 20, 2013
2 parents 8788c21 + cbfd8f6 commit 7e5b646
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
10 changes: 10 additions & 0 deletions requirements-common.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Django==1.4.4
Markdown==2.2.1
Pygments==1.6
South==0.7.5
django-generic-aggregation==0.3.1
django-simple-ratings==0.3.2
django-haystack==1.2.7
django-pagination==1.0.7
django-registration==0.8
django-taggit==0.9.3
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements-common.txt
Whoosh==2.4.1
27 changes: 8 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
Django==1.4.4
Markdown==2.2.1
Pygments==1.6
South==0.7.5
django-generic-aggregation==0.3.1
django-simple-ratings==0.3.2
django-haystack==1.2.7
django-pagination==1.0.7
django-registration==0.8
django-taggit==0.9.3
django-redis-cache==0.9.6
pysolr==2.1.0-beta
-r requirements-common.txt
gunicorn==0.17.2
dj-database-url==0.2.1
psycopg2==2.4.6
gevent==0.13.8
raven==1.9.4
BeautifulSoup==3.2.1
hiredis>=0.1.1
pysolr==2.1.0-beta
django-postgrespool==0.2.4
# django-storages==1.1.5
https://bitbucket.org/jezdez/django-storages/get/f312d8bc7520.zip
django-redis-cache==0.9.6
raven==1.9.4
django-storages>=1.1.6
boto==2.8.0
gevent==0.13.8
hiredis>=0.1.1
dj-database-url==0.2.1

0 comments on commit 7e5b646

Please sign in to comment.