forked from cartwheelweb/packaginator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
50 lines (42 loc) · 1.01 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
# from requirements/base.txt
--extra-index-url=http://dist.pinaxproject.com/dev/
Django==1.2.5
Pinax==0.9a1
django-debug-toolbar==0.8.3
django-staticfiles==0.2.0
django-mailer==0.2a1.dev1
django-email-confirmation==0.2.dev2
django-timezones==0.2.dev1
django-ajax-validation==0.1.3
pytz==2010h
django-openid==0.2.3.dev1
python-openid==2.2.5
django-uni-form==0.7.0
django-announcements==0.1.2
django-pagination==1.0.7
django-notification==0.1.4
idios==0.1.dev6
# launchpad.txt is a pip requirements file which describes the distributions
# required by your project to run launchpad data pulls.
bzr==2.3.1
launchpadlib==1.9.8
# from requirements/project.txt
django_extensions==0.4.1
simplejson==2.1.1
github2==0.2.0
south==0.7.2
django-tastypie==0.9.7
mimeparse==0.1.2
python-dateutil==1.5
django-reversion==1.3.1
django-sorting==0.1
coverage==3.4
django-coverage==1.1.1
django-flatblocks==0.5.0
feedparser==5.0.1
django-sentry==1.6.6
# Celery dependencies:
celery==2.2.4
kombu==1.0.4
django-celery==2.2.4
django-kombu==0.9.2