aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2023-04-27 18:22:42 +0200
committerJ08nY2023-04-27 18:22:42 +0200
commite3987b0d43bd8546b3750f364ebe1ba1d3b189f3 (patch)
tree0f8ea642bff0c546cff0df5d7dc1217988ae4469
parent4b51b0014cc7fb920a3d2e78aeb6352c0d4ac4b0 (diff)
downloadpyecsca-codegen-e3987b0d43bd8546b3750f364ebe1ba1d3b189f3.tar.gz
pyecsca-codegen-e3987b0d43bd8546b3750f364ebe1ba1d3b189f3.tar.zst
pyecsca-codegen-e3987b0d43bd8546b3750f364ebe1ba1d3b189f3.zip
Reference Rainbow master branch.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c341a3f..606cae6 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
"asn1crypto",
"jinja2",
"Click",
- "rainbow @ git+https://github.com/J08nY/rainbow@main"
+ "rainbow @ git+https://github.com/J08nY/rainbow@master"
],
extras_require={
"dev": ["mypy", "flake8"],