mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove setuptools from pyproject
This commit is contained in:
parent
b669661354
commit
1d587e34df
1 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ opentimelineio = [
|
|||
{ git = "https://github.com/pypeclub/OpenTimelineIO.git", branch="develop", markers = "sys_platform == 'win32'" },
|
||||
{ git = "https://github.com/PixarAnimationStudios/OpenTimelineIO.git", markers = "sys_platform == 'darwin'" }
|
||||
]
|
||||
|
||||
appdirs = "^1.4.3"
|
||||
blessed = "^1.17" # pype terminal formatting
|
||||
clique = "1.5.*"
|
||||
|
|
@ -30,7 +29,6 @@ pynput = "^1.7.2" # idle manager in tray
|
|||
pymongo = "^3.11.2"
|
||||
pyqt5 = "^5.12.2" # ideally should be replaced with PySide2
|
||||
"Qt.py" = "^1.3.3"
|
||||
setuptools = "45.0.0" # explicit lock for python 2 compatibility in nuke
|
||||
speedcopy = "^2.1"
|
||||
six = "^1.15"
|
||||
wsrpc_aiohttp = "^3.1.1" # websocket server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue