mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
Update servo-tidy
to 0.3.0
This commit is contained in:
parent
050d9d9097
commit
9f55e6641c
3 changed files with 29 additions and 10 deletions
|
@ -11,11 +11,11 @@ import os
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '0.2.0'
|
||||
VERSION = '0.3.0'
|
||||
|
||||
install_requires = [
|
||||
"flake8==2.4.1",
|
||||
"toml==0.9.1",
|
||||
"toml==0.9.2",
|
||||
"colorama==0.3.7",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue