Document process for freezing dependencies and freeze git dependencies
to commits
This commit is contained in:
parent
2d4337ef82
commit
df3daacb8c
3 changed files with 84 additions and 62 deletions
|
@ -21,7 +21,7 @@ redis
|
|||
hiredis
|
||||
flask-restful==0.2.12
|
||||
jsonschema
|
||||
git+https://github.com/NateFerrero/oauth2lib.git
|
||||
-e git+https://github.com/NateFerrero/oauth2lib.git#egg=oauth2lib
|
||||
alembic
|
||||
sqlalchemy
|
||||
python-magic
|
||||
|
@ -32,15 +32,15 @@ python-ldap
|
|||
pycryptodome
|
||||
psycopg2
|
||||
pyyaml
|
||||
git+https://github.com/DevTable/aniso8601-fake.git
|
||||
git+https://github.com/DevTable/anunidecode.git
|
||||
git+https://github.com/DevTable/pygithub.git
|
||||
git+https://github.com/DevTable/container-cloud-config.git
|
||||
git+https://github.com/coreos/py-bitbucket.git
|
||||
git+https://github.com/coreos/pyapi-gitlab.git@timeout
|
||||
git+https://github.com/coreos/mockldap.git
|
||||
git+https://github.com/coreos/resumablehashlib.git
|
||||
git+https://github.com/DevTable/python-etcd.git@sslfix
|
||||
-e git+https://github.com/DevTable/aniso8601-fake.git#egg=aniso8610
|
||||
-e git+https://github.com/DevTable/anunidecode.git#egg=anunidecode
|
||||
-e git+https://github.com/DevTable/pygithub.git#egg=pygithub
|
||||
-e git+https://github.com/DevTable/container-cloud-config.git#egg=container-cloud-config
|
||||
-e git+https://github.com/coreos/py-bitbucket.git#egg=py-bitbucket
|
||||
-e git+https://github.com/coreos/pyapi-gitlab.git@timeout#egg=pyapi-gitlab
|
||||
-e git+https://github.com/coreos/mockldap.git@v0.1.x#egg=mockldap
|
||||
-e git+https://github.com/coreos/resumablehashlib.git#egg=resumablehashlib
|
||||
-e git+https://github.com/DevTable/python-etcd.git@sslfix#egg=python-etcd
|
||||
gipc
|
||||
pyOpenSSL
|
||||
pygpgme
|
||||
|
|
Reference in a new issue