py3: Bump `sourcemap` dependency to get py3 bugfix.

The one difference between `sourcemap` 0.2.0 and 0.2.1 is this fix:
  https://github.com/mattrobenolt/python-sourcemap/pull/9
This addresses an issue that caused the Zulip server running on
Python 3 to raise exceptions when attempting to process a JS error.
This commit is contained in:
Greg Price 2017-08-15 16:58:10 -07:00 committed by Tim Abbott
parent 4e7c56fff6
commit 67745f849b
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ smmap==0.9.0
sockjs-tornado==1.0.3
# Needed to parse source maps for error reporting
sourcemap==0.2.0
sourcemap==0.2.1
# Tornado used for server->client push system
tornado==4.5.1

View File

@ -98,7 +98,7 @@ smmap==0.9.0
social-auth-app-django==1.2.0
social-auth-core==1.4.0
sockjs-tornado==1.0.3
sourcemap==0.2.0
sourcemap==0.2.1
sqlalchemy==1.1.10
statsd==2.1.2 # via django-statsd-mozilla
tornado==4.5.1

View File

@ -89,7 +89,7 @@ smmap==0.9.0
social-auth-app-django==1.2.0
social-auth-core==1.4.0
sockjs-tornado==1.0.3
sourcemap==0.2.0
sourcemap==0.2.1
sqlalchemy==1.1.10
statsd==2.1.2 # via django-statsd-mozilla
tornado==4.5.1