-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
60 lines (49 loc) · 1.34 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Django postgres and gunicorn
Django==1.4
psycopg2==2.4.5
gunicorn==0.14.2
gevent
#
# Due to problems with authentication the MVP is going to be relational
#
#pymongo
#django-nonrel, currently a fork from django v1.3
#-e hg+http://bitbucket.org/wkornewald/django-nonrel#egg=Django
# djangotoolbox
#-e hg+https://bitbucket.org/wkornewald/djangotoolbox#egg=djangotoolbox
# django_mongodb_engine
#-e git+https://github.com/django-nonrel/mongodb-engine#egg=django_mongodb_engine
# auth backend
#-e git+https://github.com/django-nonrel/django-permission-backend-nonrel.git#egg=permission_backend_nonrel
# hacked-on version of tastypie
#-e git+https://github.com/toastdriven/django-tastypie.git#egg=tastypie
# path module
#http://pypi.python.org/packages/source/p/path.py/path-2.2.zip
# end of non-rel stuff
# tastypie requirements
#
mimeparse>=0.1.3
python-dateutil
lxml
PyYAML
biplist
-e git+https://github.com/toastdriven/django-tastypie.git#egg=tastypie
# testing stuff
django-nose
nose-cover3
coverage
pep8
pyflakes
pylint
lettuce
https://github.com/passy/nose-lettuce/tarball/master
adminlettuce
factory_boy
#utilities
django-extensions
#django-heroku-postgresify
south
# user invitation
django-guardian
-e git+http://github.com/scastillo/django-activation.git#egg=django-activation
-e git+https://github.com/juanpgaviria/django-jasmine.git#egg=django-jasmine