25 lines
971 B
Text
25 lines
971 B
Text
# base.txt is a pip requirements file which describes the necessary
|
|
# distributions required to run this project. If you need something that is
|
|
# project specific not listed here use project.txt. You can, of course, update
|
|
# versions of distributions here if needed.
|
|
|
|
--extra-index-url=http://dist.pinaxproject.com/dev/
|
|
--extra-index-url=http://dist.pinaxproject.com/alpha/
|
|
--extra-index-url=http://dist.pinaxproject.com/fresh-start/
|
|
|
|
Django==1.4
|
|
pinax-theme-bootstrap==2.0.3
|
|
metron==0.1 # 0.2.dev3
|
|
pinax-utils==1.0b1.dev3
|
|
django-debug-toolbar==0.9.1
|
|
django-mailer==0.2a1
|
|
django-timezones==0.2
|
|
pytz==2011n
|
|
django-openid==0.3a1
|
|
python-openid==2.2.5
|
|
django_compressor==1.2a1
|
|
|
|
-e git+git://github.com/pinax/pinax-theme-bootstrap-account.git@70c0be0279d61bd2d0f949698f94b8f938918277#egg=pinax-theme-bootstrap-account
|
|
-e git+git://github.com/pinax/django-user-accounts.git@3676d2c7ea0e9a5c3f8510ac8e6f8d58175e6b5f#egg=django-user-accounts
|
|
|
|
django-forms-bootstrap==2.0.3.post1
|