Update 3rd party libraries to latest versions (requirements.txt).
parent
4a268ff590
commit
9ac490ef40
|
@ -1,27 +1,26 @@
|
||||||
djangorestframework==2.3.13
|
djangorestframework==2.3.13
|
||||||
Django==1.7
|
Django==1.7
|
||||||
South==0.8.4
|
|
||||||
django-picklefield==0.3.1
|
django-picklefield==0.3.1
|
||||||
django-sampledatahelper==0.2.2
|
django-sampledatahelper==0.2.2
|
||||||
gunicorn==18.0
|
gunicorn==18.0
|
||||||
psycopg2==2.5.3
|
psycopg2==2.5.4
|
||||||
pillow==2.5.3
|
pillow==2.5.3
|
||||||
pytz==2014.4
|
pytz==2014.4
|
||||||
six==1.6.1
|
six==1.8.0
|
||||||
djmail==0.7
|
djmail==0.9
|
||||||
django-pgjson==0.1.2
|
django-pgjson==0.2.0
|
||||||
djorm-pgarray==1.0
|
djorm-pgarray==1.0.4
|
||||||
django-jinja==1.0.1
|
django-jinja==1.0.4
|
||||||
jinja2==2.7.2
|
jinja2==2.7.2
|
||||||
pygments==1.6rc1
|
pygments==1.6
|
||||||
django-sites==0.8
|
django-sites==0.8
|
||||||
Markdown==2.4.1
|
Markdown==2.4.1
|
||||||
fn==0.2.13
|
fn==0.2.13
|
||||||
diff-match-patch==20121119
|
diff-match-patch==20121119
|
||||||
requests==2.3.0
|
requests==2.4.1
|
||||||
|
|
||||||
# Comment it if you are using python >= 3.4
|
# Comment it if you are using python >= 3.4
|
||||||
enum34==1.0
|
enum34==1.0
|
||||||
easy-thumbnails==2.0
|
easy-thumbnails==2.1
|
||||||
celery==3.1.12
|
celery==3.1.12
|
||||||
redis==2.10
|
redis==2.10.3
|
||||||
|
|
Loading…
Reference in New Issue