Skip to content

Commit

Permalink
Tweak React a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Apr 8, 2024
1 parent f25e103 commit 51d3937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions React/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions React/ci/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 51d3937

Please sign in to comment.