mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 07:20:58 +00:00
Merge pull request #29 from linkcheck/dev-requirements
Move dev requirements into dev-requirements.txt
This commit is contained in:
commit
19a5f19282
2 changed files with 6 additions and 5 deletions
6
dev-requirements.txt
Normal file
6
dev-requirements.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# for testing:
|
||||
pytest
|
||||
pytest-xdist
|
||||
pyftpdlib
|
||||
# for building on osx:
|
||||
py2app
|
||||
|
|
@ -2,8 +2,3 @@
|
|||
requests>=2.2.0
|
||||
# optional:
|
||||
argcomplete
|
||||
# for testing:
|
||||
#pytest
|
||||
#pyftpdlib
|
||||
# for building on osx:
|
||||
#py2app
|
||||
|
|
|
|||
Loading…
Reference in a new issue