Skip to content

Commit

Permalink
Add orjson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Nov 13, 2024
1 parent 3f93dfd commit 2a92cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ certifi
click~=8.1.7
docutils<0.18
msgpack~=0.6.1
orjson
Pygments
pymysql
rst2txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2022.12.7
# reflink
click==8.1.7
# via -r requirements.in
#cryptography==42.0.4
#cryptography==43.0.1
# via -r requirements/vendor-wheels.txt
docutils==0.17.1
# via
Expand All @@ -38,6 +38,8 @@ jsonschema==4.17.3
# via -r requirements.in
msgpack==0.6.2
# via -r requirements.in
orjson==3.10.11
# via -r requirements.in
#psycopg2==2.9.9
# via -r requirements/vendor-wheels.txt
pycparser==2.21
Expand Down

0 comments on commit 2a92cfd

Please sign in to comment.