Skip to content

Commit

Permalink
update building props
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Mar 5, 2024
1 parent c091c1e commit 3abbfb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions src/requirements-dev.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION = open("VERSION").read().strip()

packages = ["argparse", "async_timeout", "certifi", "charset_normalizer", "idna", "ifaddr", "inputs", "lief", "openvr", "psutil", "pyparsing", "pythonosc", "requests", "urllib3", "zeroconf", "ctypes"]
packages = ["argparse", "certifi", "charset_normalizer", "idna", "ifaddr", "lief", "openvr", "psutil", "pyglet", "pythonosc", "requests", "urllib3", "zeroconf", "ctypes"]
exclude = ["tkinter", "lib2to3", "test", "unittest", "xmlrpc"]
file_include = ["config.json", "Run Debug Mode.bat", "bindings/", "app.vrmanifest", "VERSION"]
bin_excludes = ["_bz2.pyd", "_decimal.pyd", "_hashlib.pyd", "_lzma.pyd", "_queue.pyd", "_ssl.pyd", "libcrypto-1_1.dll", "libssl-1_1.dll", "ucrtbase.dll", "VCRUNTIME140.dll"]
Expand Down

0 comments on commit 3abbfb6

Please sign in to comment.