mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Move dev requirements into dev-requirements.txt
This commit is contained in:
parent
9f3cc4f369
commit
83c584958e
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