mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
5ba2811008
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. Source-Repo: https://github.com/servo/servo Source-Revision: e39ed932cb8c67eac98d44d00ed5bf642c026846
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
blessings == 1.6
|
|
mach == 0.6.0
|
|
mozdebug == 0.1
|
|
mozinfo == 0.8
|
|
mozlog == 3.0
|
|
toml == 0.9.1
|
|
|
|
# For Python linting
|
|
flake8 == 2.4.1
|
|
pep8 == 1.5.7
|
|
pyflakes == 0.8.1
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
-e python/tidy
|