# Core dependencies common to all Python interpreters

# Python packaging utilities
setuptools==18.0.1

# Package manager
pip==7.1.0

# Indirect dependencies first, exact versions for consistency

# The Django version is set by tox and by git-hooks/post-merge, because we
# test multiple versions of it

# django-nose
nose==1.3.7

# sbo-selenium
requests==2.7.0
selenium==2.46.0

# And now the direct dependencies

# Test runner
django-nose==1.4.1

# Support for Selenium tests as django-nose test cases
sbo-selenium==0.5.0

# For python 2 and 3 compatibility
six==1.9.0
