Explicitly list dev requirements in dedicated file

Pinning the versions to the latest stable at current time.
This commit is contained in:
Samuel Dion-Girardeau 2016-08-22 19:58:38 -04:00
parent 09ca4b6709
commit 56b0414524
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,7 @@ Here's how to set up `snappass` for local development.
$ mkvirtualenv snappass $ mkvirtualenv snappass
$ cd snappass/ $ cd snappass/
$ python setup.py develop $ python setup.py develop
$ pip install -r dev-requirements.txt
4. Create a branch for local development:: 4. Create a branch for local development::

3
dev-requirements.txt Normal file
View file

@ -0,0 +1,3 @@
coverage==4.2
flake8==3.0.4
tox==2.3.1