Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py: add six to install_requires (#672)
Commit dcfba0e started using the six module in splinter/driver/webdriver/__init__.py, but did not declare the dependency in setup.py as it should have. Fixes #671.
- Loading branch information