mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
https://github.com/servo/servo/issues/861#issuecomment-209547756 "I think the most important concern is that it's possible to modify tidy.py and see how those changes affect ./mach test-tidy with the fewest possible intermediate steps." - jdm This takes publishing complexity away from the contributor when testing changes and makes it an infra problem instead, where it's much easier to automate & saner to manage pypi credentials
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
# 'mach' is not listed here because a new version hasn't been published to PyPi in a while
|
|
|
|
blessings == 1.6
|
|
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.0
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
-e python/tidy
|