add a pip requirements file
This commit is contained in:
10
README.md
10
README.md
@@ -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
7
pip-requirements
Normal file
@@ -0,0 +1,7 @@
|
||||
Django==1.3.1
|
||||
django_notification==0.2
|
||||
shortuuid
|
||||
PIL
|
||||
django-mptt
|
||||
django_messages
|
||||
south
|
Reference in New Issue
Block a user