mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-21 02:17:25 +00:00
fix bugs in translation update script requirements
this allows the translation script to properly run stand alone
This commit is contained in:
@@ -7,6 +7,7 @@ exceptiongroup==1.3.1
|
||||
flake8==7.3.0
|
||||
idna==3.11
|
||||
iniconfig==2.0.0
|
||||
jinja2==3.1.6
|
||||
MarkupSafe==3.0.3
|
||||
mccabe==0.7.0
|
||||
mypy-extensions==1.1.0
|
||||
|
||||
@@ -11,7 +11,7 @@ if ! test -e venv; then
|
||||
source venv/bin/activate
|
||||
echo "Installing requirements-dev.txt"
|
||||
pip3 install wheel
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install -r requirements-dev.txt
|
||||
fi
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user