diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-05-02 18:07:43 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-05-02 19:27:52 -0400 |
commit | 7725e644e94df722ca20ddc95f7aafe1ba19abae (patch) | |
tree | 32a236c060fd5a2672a17c8e6e376aab1c842751 /python/requirements.txt | |
parent | a8e82440ff5ba790e40b4e6437e9882b4f4619c4 (diff) | |
download | servo-7725e644e94df722ca20ddc95f7aafe1ba19abae.tar.gz servo-7725e644e94df722ca20ddc95f7aafe1ba19abae.zip |
Upgrade mach to 0.6; stop vendoring mach.
When I originally rewrote Servo's mach bootstrapping (using virtualenv
w/ requirements.txt in #7103), I didn't specify mach as a requirement
because a new version hadn't been published in a while. Now that 0.6
is out, I asked the mach maintainers to publish a new version on PyPI,
so now we can fetch it like the other Python dependencies.
Fixes https://github.com/servo/servo/issues/10728.
Diffstat (limited to 'python/requirements.txt')
-rw-r--r-- | python/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 4a2d9bbd480..cf6ddc136b0 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,5 @@ -# 'mach' is not listed here because a new version hasn't been published to PyPi in a while - blessings == 1.6 +mach == 0.6.0 mozdebug == 0.1 mozinfo == 0.8 mozlog == 3.0 |