# Core dependencies

# Python packaging utilities
setuptools==19.7
pip==8.0.2

# Indirect dependencies first, exact versions for consistency

# mock
funcsigs==0.4; python_version < '3.3'
pbr==1.8.1; python_version < '3.3'

# And now the direct dependencies

# The framework we're profiling
Django==1.9.2

# Used to override pstats function path stripping behavior
mock==1.3.0; python_version < '3.3'
