techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)

Home Page:https://github.com/techartorg/bqt/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unify requirements

hannesdelbeke opened this issue · comments

to prevent dependencies being inconsistant, we can unify them. have the setup.py point to the requirements file
see bug mentioned on forum https://blenderartists.org/t/bqt-custom-ui-for-add-ons-tool-in-blender-with-pyqt-or-pyside/1458808/18?u=h4nnes

This is a good first issue

  • update setup.py to point to requirements.txt (you can use chat gpt for help)
  • test setup.py locally
  • create PR