mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Add dependency on toml base on python/requirements.txt
This commit is contained in:
parent
1eab6ca02d
commit
c723ac6401
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ VERSION = '0.0.1'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"flake8==2.4.1",
|
"flake8==2.4.1",
|
||||||
|
"toml==0.9.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
here = os.path.dirname(os.path.abspath(__file__))
|
here = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue