From 2b412dcdf2f365052e12d311e0ebb94dbef1c094 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 14 Jul 2020 18:06:34 -0500 Subject: [PATCH] Add #egg= markers to requirements.txt --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 101166fb..cf903183 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ numpy -git+https://github.com/inducer/pytools.git -git+https://github.com/inducer/pymbolic.git -git+https://github.com/inducer/islpy.git -git+https://github.com/inducer/pyopencl.git -git+https://github.com/inducer/loopy.git -git+https://gitlab.tiker.net/inducer/dagrt.git -git+https://gitlab.tiker.net/inducer/leap.git -git+https://github.com/inducer/meshpy.git -git+https://github.com/inducer/modepy.git -git+https://github.com/inducer/meshmode.git +git+https://github.com/inducer/pytools.git#egg=pytools +git+https://github.com/inducer/pymbolic.git#egg=pymbolic +git+https://github.com/inducer/islpy.git#egg=islpy +git+https://github.com/inducer/pyopencl.git#egg=pyopencl +git+https://github.com/inducer/loopy.git#egg=loo.py +git+https://gitlab.tiker.net/inducer/dagrt.git#egg=dagrt +git+https://gitlab.tiker.net/inducer/leap.git#egg=leap +git+https://github.com/inducer/meshpy.git#egg=meshpy +git+https://github.com/inducer/modepy.git#egg=modepy +git+https://github.com/inducer/meshmode.git#egg=meshmode -- GitLab