Compatibility with 3.12.
This commit is contained in:
parent
bb7214e603
commit
2e8b85ab98
@ -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 .
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user