diff --git a/examples/install b/examples/install index e3c6037..1be0216 100755 --- a/examples/install +++ b/examples/install @@ -10,7 +10,7 @@ pushd /path/to/git/checkout source /path/to/your/virtualenv/bin/activate # Install dependencies, install this library. -python3 -m pip install --upgrade pip wheel +python3 -m pip install --upgrade pip wheel setuptools python3 -m pip install --upgrade -r requirements.txt python3 -m pip install --upgrade . diff --git a/requirements.txt b/requirements.txt index 271e802..f93d2dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ types-python-dateutil flake8==4.0.1 typed-ast freezegun -pyreact +pyreact @ git+https://github.com/DragonMinded/react-python@main Flask-Caching blinker pycryptodome