This commit is contained in:
Alexander Zeijlon 2025-06-05 10:00:11 +02:00
commit cdc245273b
2 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,7 @@ setup(name=name,
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
], ],
python_requires='>=3.6',
keywords='noVNC websockify', keywords='noVNC websockify',
license='LGPLv3', license='LGPLv3',
url="https://github.com/novnc/websockify", url="https://github.com/novnc/websockify",

View File

@ -1,5 +1,3 @@
mock
nose2 nose2
six six
redis redis
wrapt<=1.12.1;python_version<="3.4"