Add dependency on toml base on python/requirements.txt

This commit is contained in:
askeing 2016-04-17 02:12:28 +09:00
parent 1eab6ca02d
commit c723ac6401

View file

@ -15,6 +15,7 @@ VERSION = '0.0.1'
install_requires = [
"flake8==2.4.1",
"toml==0.9.1",
]
here = os.path.dirname(os.path.abspath(__file__))