Skip to content

Commit

Permalink
added install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
tpall committed Jan 6, 2020
1 parent 6db4dc3 commit 9700054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pynodo",
version="v0.2.1",
version="v0.2.2",
description="Python wrapper for Zenodo REST API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -18,5 +18,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=["requests"],
python_requires=">=3.5",
)

0 comments on commit 9700054

Please sign in to comment.