Skip to content

Commit

Permalink
remove win32 and fake bpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke committed Sep 8, 2022
1 parent 2c80bc1 commit 611b4d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fake-bpy-module-2.80
PySide2
pypiwin32
PySide2
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ def run(self):

# Post install logic:

# Install pypiwin32 through a separate process since setuptools.setup() can not
# properly handle the install for an unknown reason compared to a straight pypi install.
Popen([sys.executable, "-m", "pip", "install", "pypiwin32"])

# Copy the bqt_startup.py to the blender scripts/startup so that
# bqt will initialize properly at Blender startup
startup_file_path = None
Expand Down

0 comments on commit 611b4d2

Please sign in to comment.