From ff578681899ff29788ff9b85c5a2b33d6098b31e Mon Sep 17 00:00:00 2001 From: Shyam D Date: Tue, 25 May 2021 14:06:23 -0700 Subject: [PATCH] add bson to requirements --- emmet-core/requirements.txt | 1 + emmet-core/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/emmet-core/requirements.txt b/emmet-core/requirements.txt index ef65c7a8b9..d3f5198749 100644 --- a/emmet-core/requirements.txt +++ b/emmet-core/requirements.txt @@ -5,3 +5,4 @@ pybtex==0.24.0 typing-extensions==3.10.0.0 seekpath==2.0.1 setuptools-scm==6.0.1 +bson==0.5.10 diff --git a/emmet-core/setup.py b/emmet-core/setup.py index 2bcaeed61e..da22e9ef49 100644 --- a/emmet-core/setup.py +++ b/emmet-core/setup.py @@ -16,6 +16,7 @@ "pydantic[email]~=1.8", "pybtex~=0.24", "typing-extensions>=3.7,<4.0", + "bson~=0.5", ], license="modified BSD", zip_safe=False,