Skip to content

Commit

Permalink
Add dependency on toml base on python/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
askeing committed Apr 16, 2016
1 parent 1eab6ca commit c723ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tidy/setup.py
Expand Up @@ -15,6 +15,7 @@

install_requires = [
"flake8==2.4.1",
"toml==0.9.1",
]

here = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit c723ac6

Please sign in to comment.