mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #6075 from ynput/enhancement/stop-using-pathlib2
Editorial & chore: Stop using pathlib2
This commit is contained in:
commit
b31fa3e544
2 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ Providing functionality:
|
|||
|
||||
import click
|
||||
import json
|
||||
from pathlib2 import Path
|
||||
from pathlib import Path
|
||||
import PyOpenColorIO as ocio
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ google-api-python-client = "^1.12.8" # sync server google support (should be sep
|
|||
jsonschema = "^2.6.0"
|
||||
pymongo = "^3.11.2"
|
||||
log4mongo = "^1.7"
|
||||
pathlib2= "^2.3.5" # deadline submit publish job only (single place, maybe not needed?)
|
||||
pyblish-base = "^1.8.11"
|
||||
pynput = "^1.7.2" # Timers manager - TODO replace
|
||||
"Qt.py" = "^1.3.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue