From 51d39375291e9c3952ed29256743797236399683 Mon Sep 17 00:00:00 2001 From: EdwinWiseOne Date: Mon, 8 Apr 2024 12:31:01 -0500 Subject: [PATCH] Tweak React a little bit --- React/README.md | 1 + React/ci/__main__.py | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/React/README.md b/React/README.md index bff3b8d..337459d 100644 --- a/React/README.md +++ b/React/README.md @@ -35,6 +35,7 @@ Tips for using React (and Flask) when building an Edge native app: Before starting, ensure you have the following installed: * [Docker](https://docker.com) +* [Node JS](https://nodejs.org) * [EDM](https://www.enthought.com/edm/), the Enthought Deployment Manager Then ensure your ``edm.yaml`` file lists ``enthought/edge`` as an egg diff --git a/React/ci/__main__.py b/React/ci/__main__.py index d34e10b..a6d5dc7 100644 --- a/React/ci/__main__.py +++ b/React/ci/__main__.py @@ -28,14 +28,15 @@ APP_DEPENDENCIES = [ "enthought_edge>=2.16.0", "appdirs", - "gunicorn", - "opencv_python", "packaging", "pip", "pyparsing", - "requests", "setuptools", "six", + "click", + "flask>2", + "gunicorn", + "opencv_python", ] # This will be used when running locally ("run" command).