Skip to content

Commit

Permalink
added orjson to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Jan 25, 2024
1 parent 0b2a7c8 commit 66dbebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions db/python/layers/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@
from db.python.tables.base import DbBase
from db.python.tables.project import ProjectPermissionsTable
from db.python.tables.sequencing_group import SequencingGroupTable
from models.models import (AssayInternal, FamilySimpleInternal,
NestedParticipantInternal, NestedSampleInternal,
NestedSequencingGroupInternal, SearchItem,
parse_sql_bool)
from models.models import (
AssayInternal,
FamilySimpleInternal,
NestedParticipantInternal,
NestedSampleInternal,
NestedSequencingGroupInternal,
SearchItem,
parse_sql_bool,
)
from models.models.web import ProjectSummaryInternal, WebProject


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# for get id-token
'cpg-utils >= 4.9.4',
'gql[aiohttp,requests]',
'orjson==3.9.12',
],
entry_points={
'metamist_parser': [
Expand Down

0 comments on commit 66dbebc

Please sign in to comment.