1
0
mirror of synced 2024-09-23 19:08:21 +02:00

Compatibility with 3.12.

This commit is contained in:
Jennifer Taylor 2024-09-01 18:28:15 +00:00
parent bb7214e603
commit 2e8b85ab98
2 changed files with 2 additions and 2 deletions

View File

@ -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 .

View File

@ -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