mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add dependency on flake8 base on python/requirements.txt
This commit is contained in:
parent
86778a0d71
commit
1eab6ca02d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ from setuptools import setup, find_packages
|
|||
VERSION = '0.0.1'
|
||||
|
||||
install_requires = [
|
||||
"flake8==2.4.1",
|
||||
]
|
||||
|
||||
here = os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue