Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into django-4-0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed May 1, 2023
2 parents b394be4 + a6f8962 commit 2727112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
import random
import string
from builtins import str as text
import portalocker

from omero_ext import portalocker
from omero.util.concurrency import get_event
from omeroweb.utils import sort_properties_to_tuple
from omeroweb.connector import Server
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def read(fname):
"omero-marshal>=0.7.0",
"Pillow",
"pytz",
"portalocker",
],
include_package_data=True,
tests_require=["pytest"],
Expand Down

0 comments on commit 2727112

Please sign in to comment.