Skip to content

Commit

Permalink
Remove unused six dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Jul 28, 2020
1 parent b89811e commit b212682
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def project_path(*names):
'execnet',
'pyyaml',
'py',
'six',
],
extras_require={
'test': [
Expand Down
1 change: 0 additions & 1 deletion src/batou/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ setuptools==47.3.1
execnet==1.7.1
PyYAML==5.1.2
py==1.8.0
six==1.12.0

0 comments on commit b212682

Please sign in to comment.