Skip to content

Commit

Permalink
Added jsonlines dependancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPBergsma committed Oct 13, 2023
1 parent 13fcdc0 commit 774cbc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ server = [
"fastapi>=0.103.1",
"pyyaml~=6.0",
"optimade[mongo]",
"numpy>=1.20"
"numpy>=1.20",
"jsonlines=>3.1"
]

# Client minded
Expand Down
1 change: 1 addition & 0 deletions requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
elasticsearch==7.17.7
elasticsearch-dsl==7.4.0
fastapi==0.103.1
jsonlines=>3.1
mongomock==4.1.2
numpy>=1.20
pymongo==4.5.0

0 comments on commit 774cbc5

Please sign in to comment.