forked from freedomsponsors/www.freedomsponsors.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
36 lines (33 loc) · 1.37 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
django==1.6.5
splinter==0.5.4
Pygments==1.5
misaka==1.0.2
psycopg2==2.4.5
simplejson==2.6.2
coverage==3.6b1
python-dateutil==2.1
six==1.2.0
Unipath==0.2.1
dj-database-url==0.2.1
django-nose==1.1
rednose==0.3
httplib2==0.7.7
django-social-auth==0.7.28
requests==0.14.1
django-pagination==1.0.7
south==0.7.5
bitcoin-python==0.3
git+git://github.com/pinax/django-mailer.git@887ec2c9d8e05d061293b56ff913a9b293c42aa0#egg=django-mailer
git+git://github.com/freedomsponsors/python-paypalx.git@34d624ed8a7b6505aa6e6e12c0a5b854cacbc612#egg=paypalx
# Both django-registration v0.8 and v1.0 have compatible issues with Django 1.6.5.
# See refs:
# http://stackoverflow.com/questions/19985103/django-1-6-and-django-registration-built-in-authentication-views-not-picked-up
# https://bitbucket.org/ubernostrum/django-registration/pull-request/63/django-16-compatibility-fix-auth-views/diff
#
# Below github fork targets a Django-1.6-compatible version of django-registration package, which is a good starting point
# to twist for Django 1.6.5.
git+git://github.com/macropin/django-registration.git@42f66646a5e8a80bf1250fe03fb4738b9cde6593#egg=django-registration
# This new version of django-emailmgr is already compatible with django 1.6. It's not on pypi yet though.
git+git://github.com/un33k/django-emailmgr.git@7a6454346dc962ba3550821d51c311a4f69967ba#egg=django-emailmgr
Pillow==2.2.1
mock==1.0.1