comparison requirements_dev.txt @ 971:4f265f61874b

Hotlink image form is functioning. The user can now submit a URL via a form and the URL will be downloaded and uploaded to a S3 bucket if it is an image. Tests to follow.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Sep 2015 20:23:50 -0500
parents 2aaf9fa5867b
children 81b96f3c9e59
comparison
equal deleted inserted replaced
970:bd594bcba5eb 971:4f265f61874b
36 simplejson==3.6.5 36 simplejson==3.6.5
37 uritemplate==0.6 37 uritemplate==0.6
38 mock==1.0.1 38 mock==1.0.1
39 lxml==3.4.2 39 lxml==3.4.2
40 testfixtures==4.1.2 40 testfixtures==4.1.2
41 requests==2.7.0
41 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master 42 -e git+https://github.com/gremmie/django-elsewhere.git@1203bd331aba4c5d4e702cc4e64d807310f2b591#egg=django_elsewhere-master
42 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-master 43 -e git+https://github.com/notanumber/xapian-haystack.git@a3a3a4e7cfba3e2e1be3a42abf59edd29ea03c05#egg=xapian_haystack-master
43 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev 44 -e hg+https://bgneal@bitbucket.org/bgneal/queues@862e8846f7e5f5a0df7f08bfe4b4e5283acb4614#egg=queues-dev
44 # 45 #
45 # These packages I punted on and hacked into my virtualenv by 46 # These packages I punted on and hacked into my virtualenv by