Merge pull request #6075 from ynput/enhancement/stop-using-pathlib2

Editorial & chore: Stop using pathlib2
This commit is contained in:
Jakub Trllo 2023-12-21 13:22:28 +01:00 committed by GitHub
commit b31fa3e544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Providing functionality:
import click
import json
from pathlib2 import Path
from pathlib import Path
import PyOpenColorIO as ocio

View file

@ -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"