Added tqdm precon

This commit is contained in:
Jamie Hardt
2019-10-09 21:10:56 -07:00
parent 4943277bed
commit b9a2db2037
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ script:
- "python -m unittest discover tests"
install:
- "pip install setuptools"
- "pip install parsimonious"
- "pip install parsimonious tqdm"