SIGN IN SIGN UP

Don’t freeze self into requirements file

This results in the local development path (in this case Leo’s) being
frozen into the requirements file.

Instead we can:
- freeze only the requirements from `setup.py` into our test requirements
  file
- tell tox to install this package as a separate step
C
Chris Hill-Scott committed
831b34d7dc94b48c9f1f86b789727e07b8f07d93
Parent: c1117d4