1
0
mirror of synced 2024-11-13 17:40:47 +01: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 source /path/to/your/virtualenv/bin/activate
# Install dependencies, install this library. # 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 -r requirements.txt
python3 -m pip install --upgrade . python3 -m pip install --upgrade .

View File

@ -19,7 +19,7 @@ types-python-dateutil
flake8==4.0.1 flake8==4.0.1
typed-ast typed-ast
freezegun freezegun
pyreact pyreact @ git+https://github.com/DragonMinded/react-python@main
Flask-Caching Flask-Caching
blinker blinker
pycryptodome pycryptodome