Skip to content

Commit 3abbfb6

Browse files
committed
update building props
1 parent c091c1e commit 3abbfb6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/requirements-dev.txt

-10
This file was deleted.

src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
packages = ["argparse", "async_timeout", "certifi", "charset_normalizer", "idna", "ifaddr", "inputs", "lief", "openvr", "psutil", "pyparsing", "pythonosc", "requests", "urllib3", "zeroconf", "ctypes"]
5+
packages = ["argparse", "certifi", "charset_normalizer", "idna", "ifaddr", "lief", "openvr", "psutil", "pyglet", "pythonosc", "requests", "urllib3", "zeroconf", "ctypes"]
66
exclude = ["tkinter", "lib2to3", "test", "unittest", "xmlrpc"]
77
file_include = ["config.json", "Run Debug Mode.bat", "bindings/", "app.vrmanifest", "VERSION"]
88
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"]

0 commit comments

Comments
 (0)