From 8aee5e9b96745b9e913db63dffc8910dcd2b7ade Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 9 Jul 2019 13:41:26 -0400
Subject: [PATCH] Try a pinned zip archive...

---
 requirements.in  | 2 +-
 requirements.txt | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/requirements.in b/requirements.in
index 39e4787..a65a2be 100644
--- a/requirements.in
+++ b/requirements.in
@@ -1,4 +1,4 @@
 attrs
 zope.interface
 twisted
--e git+https://github.com/tahoe-lafs/tahoe-lafs@integration/storage-economics#egg=tahoe-lafs
+https://github.com/tahoe-lafs/tahoe-lafs/archive/48bd16a8d9109910122cc2e2c85eb4f378390135.zip#egg=tahoe-lafs
diff --git a/requirements.txt b/requirements.txt
index 70bb7b6..de68811 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,9 +4,6 @@
 #
 #    pip-compile --allow-unsafe --generate-hashes --output-file=requirements.txt requirements.in
 #
-# WARNING: pip install will require the following package to be hashed.
-# Consider using a hashable URL like https://github.com/jazzband/pip-tools/archive/SOMECOMMIT.zip
--e git+https://github.com/tahoe-lafs/tahoe-lafs@integration/storage-economics#egg=tahoe-lafs
 appdirs==1.4.3 \
     --hash=sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92 \
     --hash=sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e \
@@ -223,6 +220,8 @@ spake2==0.8 \
     --hash=sha256:c17a614b29ee4126206e22181f70a406c618d3c6c62ca6d6779bce95e9c926f4 \
     --hash=sha256:ce80705f8516c54364931f3b2c9a917ba001500d7f2fc76a0e8cf3bcaf0e30f7 \
     # via magic-wormhole
+https://github.com/tahoe-lafs/tahoe-lafs/archive/48bd16a8d9109910122cc2e2c85eb4f378390135.zip#egg=tahoe-lafs \
+    --hash=sha256:982e67ee3e515f400ab88b7ce02dba8a7c0dd897eb07f3111a80a06778e2b6e4
 tqdm==4.32.2 \
     --hash=sha256:14a285392c32b6f8222ecfbcd217838f88e11630affe9006cd0e94c7eff3cb61 \
     --hash=sha256:25d4c0ea02a305a688e7e9c2cdc8f862f989ef2a4701ab28ee963295f5b109ab \
-- 
GitLab