From 305e4bcc27bea881523b15aee4896e51e5aca4d3 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Mon, 4 Jan 2016 14:47:56 +0100 Subject: Rename develop_requirements.txt to requirements.txt - fixes package build as it expects requirements.txt --- service/develop_requirements.txt | 17 ----------------- service/go | 2 +- service/requirements.txt | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 service/develop_requirements.txt create mode 100644 service/requirements.txt diff --git a/service/develop_requirements.txt b/service/develop_requirements.txt deleted file mode 100644 index 71e0b105..00000000 --- a/service/develop_requirements.txt +++ /dev/null @@ -1,17 +0,0 @@ ---index-url https://pypi.python.org/simple/ - -https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz ---allow-external dirspec --allow-unverified dirspec -https://launchpad.net/u1db/stable-13-10/13.10/+download/u1db-13.10.tar.bz2 -pyasn1==0.1.8 -requests==2.0.0 -srp==1.0.4 -whoosh==2.5.7 --e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' --e 'git+https://github.com/pixelated-project/leap_auth.git#egg=leap.auth' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.server&subdirectory=server/' --e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' --e 'git+https://github.com/pixelated-project/leap_mail.git@develop#egg=leap.mail' --e . diff --git a/service/go b/service/go index 4da2116c..7f43a456 100755 --- a/service/go +++ b/service/go @@ -18,7 +18,7 @@ function resolveNumOfCores { function setuppy { echo "Installing Pixelated User Agent." pip install --upgrade pip setuptools - pip install -r develop_requirements.txt + pip install -r requirements.txt pip install -r test_requirements.txt echo "Done." } diff --git a/service/requirements.txt b/service/requirements.txt new file mode 100644 index 00000000..71e0b105 --- /dev/null +++ b/service/requirements.txt @@ -0,0 +1,17 @@ +--index-url https://pypi.python.org/simple/ + +https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz +--allow-external dirspec --allow-unverified dirspec +https://launchpad.net/u1db/stable-13-10/13.10/+download/u1db-13.10.tar.bz2 +pyasn1==0.1.8 +requests==2.0.0 +srp==1.0.4 +whoosh==2.5.7 +-e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/pixelated-project/leap_auth.git#egg=leap.auth' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.server&subdirectory=server/' +-e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' +-e 'git+https://github.com/pixelated-project/leap_mail.git@develop#egg=leap.mail' +-e . -- cgit v1.2.3