Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VT-12: Migrate to Python 3.11 and PySide6 #19

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[settings]
default_section=LOCALFOLDER
known_third_party=PySide2
known_third_party=PySide6,comel
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
multi_line_output=3
line_length=60
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps below:
```bash
python -m venv env
source env/Scripts/activate
pip install -r requirements/base.txt
pip install -r requirements.txt
python main.py
```

Expand Down
3 changes: 3 additions & 0 deletions development.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
isort>=5.12.0
ipython>=8.16.0
Loading