mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
removed pyglet requirement
This commit is contained in:
parent
c277fc48bc
commit
2538fd9475
@ -1,4 +1,4 @@
|
||||
__version__ = "3.8"
|
||||
__version__ = "3.9"
|
||||
|
||||
from .customtkinter_input_dialog import CTkInputDialog
|
||||
from .customtkinter_button import CTkButton
|
||||
|
@ -1,2 +1 @@
|
||||
pyglet~=1.5.21
|
||||
darkdetect~=0.3.1
|
5
setup.py
5
setup.py
@ -19,7 +19,7 @@ def read(filename):
|
||||
|
||||
|
||||
setup(name="customtkinter",
|
||||
version="3.8",
|
||||
version="3.9",
|
||||
author="Tom Schimansky",
|
||||
license="Creative Commons Zero v1.0 Universal",
|
||||
url="https://github.com/TomSchimansky/CustomTkinter",
|
||||
@ -31,5 +31,4 @@ setup(name="customtkinter",
|
||||
classifiers=["Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"],
|
||||
install_requires=["darkdetect",
|
||||
"pyglet"])
|
||||
install_requires=["darkdetect"])
|
||||
|
Loading…
Reference in New Issue
Block a user