Merge pull request #29 from linkcheck/dev-requirements

Move dev requirements into dev-requirements.txt
This commit is contained in:
Marius Gedminas 2017-02-08 14:41:56 +02:00 committed by GitHub
commit 19a5f19282
2 changed files with 6 additions and 5 deletions

6
dev-requirements.txt Normal file
View file

@ -0,0 +1,6 @@
# for testing:
pytest
pytest-xdist
pyftpdlib
# for building on osx:
py2app

View file

@ -2,8 +2,3 @@
requests>=2.2.0
# optional:
argcomplete
# for testing:
#pytest
#pyftpdlib
# for building on osx:
#py2app