Skip to content

Commit

Permalink
Made PyCrptodome optional
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Feb 26, 2023
1 parent 4eeed82 commit 3eef955
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paperqa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.13"
__version__ = "0.0.14"
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
url="https://github.com/whitead/paper-qa",
license="MIT",
packages=["paperqa"],
install_requires=["pypdf", "langchain>=0.0.80", "openai", "faiss-cpu", "PyCryptodome"],
install_requires=[
"pypdf",
"langchain>=0.0.80",
"openai",
"faiss-cpu",
],
optional_requires=["PyCryptodome"],
test_suite="tests",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3eef955

Please sign in to comment.