From 2e8b85ab98f59900bb98f9fe1966531fba011894 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sun, 1 Sep 2024 18:28:15 +0000 Subject: [PATCH] Compatibility with 3.12. --- examples/install | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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