Skip to content

Commit

Permalink
Add missing six requirement to PyLink (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed May 30, 2018
1 parent 7f14142 commit b1abd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -3,6 +3,7 @@ coverage == 4.4.1
future
psutil >= 5.2.2
pycodestyle >= 2.3.1
six
sphinx == 1.4.8
sphinx-argparse == 0.1.15
sphinx_rtd_theme == 0.2.4
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -256,7 +256,8 @@ def long_description():
# Dependencies.
install_requires=[
'psutil >= 5.2.2',
'future'
'future',
'six'
],

# Tests
Expand Down

0 comments on commit b1abd79

Please sign in to comment.