From 1212bacd07f079db319d0fa676269850471bef88 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 29 Oct 2020 17:21:37 -0500 Subject: [PATCH] Fix #egg= annotation for loopy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4f4869..7548340 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ git+https://github.com/inducer/pytools.git#egg=pytools -git+https://github.com/inducer/loopy.git@egg=loopy +git+https://github.com/inducer/loopy.git#egg=loopy -- GitLab