Add requirements file.

This commit is contained in:
Shiz 2014-03-15 08:11:14 +01:00
parent 9b4ab3fd13
commit 8b4b506387
2 changed files with 4 additions and 1 deletions

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
-e git+https://github.com/thobbs/pure-sasl#egg=pure-sasl

View File

@ -6,7 +6,9 @@ deps =
coverage
pytest
pytest-cov
commands = py.test --cov pydle --cov-config .coveragerc --cov-report term-missing .
commands =
pip install -r requirements.txt
py.test --cov pydle --cov-config .coveragerc --cov-report term-missing .
[pytest]
markers =