From eb579c01a7d9538ccb2264f21817bdad12d4dd6a Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 30 Sep 2018 22:37:35 +0200 Subject: [PATCH] Pin to the latest Transcrypt 3.6 version --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 758042d..0e2b3b7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This section describes a manual build and installation of OOMAnalyser. ### Requirements * [Python](http://www.python.org) 3.6 or later - * [Transcrypt](https://www.transcrypt.org/) 3.6.53 or later + * [Transcrypt](https://www.transcrypt.org/) 3.6.101 ### Setup Clone the repository: diff --git a/requirements.txt b/requirements.txt index 10a64c8..3a17dd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Transcrypt>=3.6.53 +Transcrypt==3.6.101