A revised requirements_versioned.pip for relaunch
parent
de4092d23d
commit
30f1cad6f1
|
@ -1,57 +1,52 @@
|
|||
# requirements.pip does not specify versions of the libraries. Here's a modified version of the output from pip freeze
|
||||
# on March 7, 2012 for which the tests run successfully for https://github.com/Gluejar/regluit/commit/000d78dbd0e377d2b1688a4a1a333df49a0dd11b
|
||||
# If you were to run pip install -r requirements.pip anew, the tests no longer run perfectly because of the use of
|
||||
# some later libraries
|
||||
Django==1.4.1
|
||||
Fabric==1.4.3
|
||||
MySQL-python==1.2.3
|
||||
Pillow==1.7.7
|
||||
Pyzotero==0.9.51
|
||||
South==0.7.6
|
||||
amqplib==1.0.2
|
||||
anyjson==0.3.1
|
||||
boto==2.3.0
|
||||
celery==2.4.6
|
||||
certifi==0.0.6
|
||||
django-celery==2.4.2
|
||||
anyjson==0.3.3
|
||||
billiard==2.7.3.12
|
||||
#boto==2.3.0
|
||||
git+ssh://git@github.com/Gluejar/boto.git@2.3.0
|
||||
celery==3.0.9
|
||||
distribute==0.6.28
|
||||
django-celery==3.0.9
|
||||
django-ckeditor==3.6.2.1
|
||||
django-debug-toolbar==0.8.5
|
||||
django-endless-pagination==1.1
|
||||
django-extensions==0.7.1
|
||||
django-extensions==0.9
|
||||
django-kombu==0.9.4
|
||||
django-maintenancemode==0.10
|
||||
django-nose-selenium==0.7.3
|
||||
django-notification==0.2
|
||||
django-picklefield==0.1.9
|
||||
django-profiles==0.2
|
||||
https://bitbucket.org/ubernostrum/django-registration/get/tip.tar.gz
|
||||
#django-registration==0.8-alpha-1
|
||||
django-selectable==0.2
|
||||
#django-notification==0.2
|
||||
git+git://github.com/aladagemre/django-notification.git@2927346f4c513a217ac8ad076e494dd1adbf70e1
|
||||
django-registration==0.8
|
||||
django-selectable==0.5.2
|
||||
django-smtp-ssl==1.0
|
||||
django-social-auth==0.6.1
|
||||
#https://github.com/toastdriven/django-tastypie/tarball/master
|
||||
django-social-auth==0.7.5
|
||||
django-tastypie==0.9.11
|
||||
Django==1.3.1
|
||||
Fabric==1.4.1
|
||||
feedparser==5.1
|
||||
feedparser==5.1.2
|
||||
freebase==1.0.8
|
||||
httplib2==0.7.2
|
||||
kombu==1.5.1
|
||||
# lxml requires special handling to install properly
|
||||
#lxml==2.3.1
|
||||
httplib2==0.7.5
|
||||
kombu==2.4.5
|
||||
lxml==3.0alpha2
|
||||
mechanize==0.2.5
|
||||
mimeparse==0.1.3
|
||||
MySQL-python==1.2.3
|
||||
nose==1.1.2
|
||||
oauth2==1.5.211
|
||||
paramiko==1.7.7.1
|
||||
pyasn1==0.1.3
|
||||
pycrypto==2.5
|
||||
pyparsing==1.5.6
|
||||
python-dateutil==1.5
|
||||
python-digest==1.7
|
||||
paramiko==1.7.7.2
|
||||
pyasn1==0.1.4
|
||||
pycrypto==2.6
|
||||
python-dateutil==2.1
|
||||
python-openid==2.2.5
|
||||
pytz==2012b
|
||||
Pyzotero==0.9.4
|
||||
rdflib==3.1.0
|
||||
redis==2.4.11
|
||||
requests==0.9.1
|
||||
selenium==2.24.0
|
||||
South==0.7.3
|
||||
ssh==1.7.13
|
||||
pytz==2012d
|
||||
rdflib==2.4.0
|
||||
redis==2.6.2
|
||||
requests==0.14.0
|
||||
selenium==2.25.0
|
||||
six==1.2.0
|
||||
ssh==1.7.14
|
||||
stripe==1.7.4
|
||||
wsgiref==0.1.2
|
||||
virtualenv==1.4.9
|
||||
virtualenvwrapper==2.2.2
|
||||
wsgiref==0.1.2
|
Loading…
Reference in New Issue