add a pip requirements file

This commit is contained in:
Trever Fischer
2012-06-08 16:31:27 -04:00
parent 15c4a6d653
commit 9be08cd84d
2 changed files with 10 additions and 7 deletions

View File

@@ -33,10 +33,6 @@ Finally, create a superuser account:
# Dependencies
* shortuuid
* PIL
* django-mptt
* django-messaging
* django-notification = 0.2
* Django = 1.3.1
* south
Check out the pip-requirements file. You can install them with:
# pip install -r pip-requirements

7
pip-requirements Normal file
View File

@@ -0,0 +1,7 @@
Django==1.3.1
django_notification==0.2
shortuuid
PIL
django-mptt
django_messages
south