Skip to content

Commit 5e24b57

Browse files
authored
Update setup.py
1 parent ea5ebbe commit 5e24b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url="https://github.com/whitead/paper-qa",
1515
license="MIT",
1616
packages=["paperqa"],
17-
install_requires=["pypdf", "langchain>=0.0.80", "openai", "faiss-cpu"],
17+
install_requires=["pypdf", "langchain>=0.0.80", "openai", "faiss-cpu", "PyCryptodome"],
1818
test_suite="tests",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)