commit 8d20f1e807360a5dcdc5bc28b201b9e76e28e24f
parent d7066f4184e88bbf83e035931bde371244cb9ddc
Author: lash <dev@holbrook.no>
Date: Sat, 11 Jun 2022 18:37:21 +0000
Upgrade python deps
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -36,3 +36,8 @@ $ python pylibswarm/runnable/soc.py --topic-string foo --index-string bar -o out
# generate soc identifier
$ python pylibswarm/runnable/soc.py --topic-string foo --index-string bar --id
+
+
+This project has been sponsered by a [Swarm grant](https://www.ethswarm.org/#section-ecosystem).
+
+It is licensed under GPLv3.
diff --git a/requirements.txt b/requirements.txt
@@ -1,3 +1,4 @@
-crypto-dev-signer>=0.4.15rc1,<0.5.0
-chainlib-eth>=0.0.9a14,<0.1.0
-hexathon>=0.0.1a8
+#crypto-dev-signer>=0.4.15rc1,<0.5.0
+#chainlib-eth>=0.0.9a14,<0.1.0
+chainlib-eth==0.1.2
+#hexathon>=0.0.1a8