Move dev requirements into dev-requirements.txt

This commit is contained in:
Marius Gedminas 2017-02-07 16:07:38 +02:00
parent 9f3cc4f369
commit 83c584958e
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