Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Editorial & chore: Stop using pathlib2 #6075

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openpype/scripts/ocio_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import click
import json
from pathlib2 import Path
from pathlib import Path
import PyOpenColorIO as ocio


Expand Down
1 change: 0 additions & 1 deletion server_addon/openpype/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading