We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fcdc0 commit 774cbc5Copy full SHA for 774cbc5
pyproject.toml
@@ -68,7 +68,8 @@ server = [
68
"fastapi>=0.103.1",
69
"pyyaml~=6.0",
70
"optimade[mongo]",
71
- "numpy>=1.20"
+ "numpy>=1.20",
72
+ "jsonlines=>3.1"
73
]
74
75
# Client minded
requirements-server.txt
@@ -1,6 +1,7 @@
1
elasticsearch==7.17.7
2
elasticsearch-dsl==7.4.0
3
fastapi==0.103.1
4
+jsonlines=>3.1
5
mongomock==4.1.2
6
numpy>=1.20
7
pymongo==4.5.0
0 commit comments