diff options
author | UK992 <urbankrajnc92@gmail.com> | 2016-12-24 17:42:20 +0100 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2016-12-26 16:49:08 +0100 |
commit | b760578f0fd9fb33dd83815ce490410ba9a59f88 (patch) | |
tree | 753eb0635b9bae1fe2b074e2d47884fe1efb4d9e /python/requirements.txt | |
parent | 5bd53af960638b1cf2a7c89d3d97280fea208dfa (diff) | |
download | servo-b760578f0fd9fb33dd83815ce490410ba9a59f88.tar.gz servo-b760578f0fd9fb33dd83815ce490410ba9a59f88.zip |
Tidy: Check Cargo.lock for packages with same version and different sources
Diffstat (limited to 'python/requirements.txt')
-rw-r--r-- | python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 34794fd5031..8248a21e930 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ mozdebug == 0.1 mozinfo == 0.8 mozlog == 3.3 setuptools == 18.5 -toml == 0.9.1 +toml == 0.9.2 Mako == 1.0.4 # For Python linting |