Skip to content

Commit

Permalink
Removed requirements.txt from pull request, users should add their ow…
Browse files Browse the repository at this point in the history
…n requirements.txt in their own projects

- updated README to explain this use-case.
  • Loading branch information
dbunskoek committed Apr 19, 2011
1 parent 700bc43 commit 208b61b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
17 changes: 16 additions & 1 deletion README.rst
Expand Up @@ -22,6 +22,20 @@ Requirements:
$ pip install django_compressor==0.5.3
$ pip install textile==2.1.4
$ pip install PIL==1.1.7
$ pip install South==0.7.3 # optional

Or you could add the following lines to your project's requirements.txt

::

django-mptt==0.4.2
hg+http://bitbucket.org/jespern/django-piston/#egg=django-piston
django-staticfiles==0.3.4
beautifulsoup==3.2.0
django_compressor==0.5.3
textile==2.1.4
PIL==1.1.7
South==0.7.3 # optional


Settings:
Expand Down Expand Up @@ -64,7 +78,8 @@ settings.py
'static',
)

COMPRESS_JS_FILTERS = ()
COMPRESS_JS_FILTERS = ()


Optional settings:
==================
Expand Down
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

0 comments on commit 208b61b

Please sign in to comment.