, , , . , ( ):
mock~=2.0.0
pexpect==2.4.1
git+ssh://git@github.com/myuser/mypackage.git@733c5b616da27cba14478c24b#egg=mypackage
mock , 2.0. * ( , )pexpect 2.4.1mypackage .
, :
pip install -U git+ssh://git@github.com/myuser/mypackage.git
, , , , . . . , pip setuptools ( , ?).
, :
update_regularly_reqs.txt
git+ssh://git@github.com/myuser/mypackage.git@733c5b616da27cba14478c24b
all_requirements.txt
-r update_regularly_reqs.txt
mock~=2.0.0
pexpect==2.4.1
, #egg=
#egg=mypackage , pip, , :
-e git+ssh://...
pip src virtualenv ( cdvirtualenv, ) , , , git clone ( Mercurial SVN, ), .
-e ( ), , , , , #egg=.
, ... - , .