Merge branch 'py3' of https://github.com/kajinamit/websockify
This commit is contained in:
commit
cdc245273b
1
setup.py
1
setup.py
|
|
@ -22,6 +22,7 @@ setup(name=name,
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
keywords='noVNC websockify',
|
||||
license='LGPLv3',
|
||||
url="https://github.com/novnc/websockify",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
mock
|
||||
nose2
|
||||
six
|
||||
redis
|
||||
wrapt<=1.12.1;python_version<="3.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue