diff options
author | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-09-22 22:37:52 -0400 |
commit | 52d5613672758ac6c8ebffc7f33d94d47bde6180 (patch) | |
tree | 0b6e1fbc4ed013b2ba701dedeb39be9781ff8204 /config/requirements.txt | |
parent | efb623af0bcb47d510501c282e1326b11343a29c (diff) |
moved outside dependencies to virtualenv and dumped some unused apps out of lib
Diffstat (limited to 'config/requirements.txt')
-rw-r--r-- | config/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/requirements.txt b/config/requirements.txt new file mode 100644 index 0000000..6ef8852 --- /dev/null +++ b/config/requirements.txt @@ -0,0 +1,8 @@ +Django==1.4.1 +PIL==1.1.7 +django-extensions==0.9 +django-filebrowser==3.5.0 +django-grappelli==2.4.2 +psycopg2==2.4.5 +wsgiref==0.1.2 +yolk==0.4.3 |