Skip to content

Commit

Permalink
pygbif needed in requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 13, 2020
1 parent 65c5fcb commit fca7ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lxml>=0.1
requests>=2.0
multipledispatch>=0.6.0
enum
pygbif
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
url="https://github.com/sckott/pytaxize",
license="MIT",
packages=find_packages(exclude=["test-*"]),
install_requires=["requests", "lxml", "multipledispatch","pygbif"],
install_requires=["requests", "lxml", "multipledispatch", "pygbif"],
extras_require={"test": ["vcrpy", "vcrpy-unittest"], "dataframe": ["pandas"]},
package_data={"pytaxize": ["data/*.csv"]},
include_package_data=True,
Expand Down

0 comments on commit fca7ffe

Please sign in to comment.