Skip to content

Commit

Permalink
Add botocore and neobolt as explicit package requirements since they …
Browse files Browse the repository at this point in the history
…are used for exception handling. (#5)

* Add explicit requirements for botocore and neobolt

* Bump patch version number.

* fix botocore
  • Loading branch information
ecdavis authored Mar 5, 2019
1 parent 9c32ea7 commit 405f866
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '0.1.1'
__version__ = '0.1.2'


setup(
Expand All @@ -26,8 +26,10 @@
dependency_links=[],
install_requires=[
"boto3>=1.7.0",
"botocore>=1.12.0",
"dnspython>=1.15.0",
"neo4j-driver>=1.5.0",
"neo4j-driver>=1.7.0",
"neobolt>=1.7.0",
"policyuniverse>=1.1.0.0",
"python-dateutil>=2.7.0",
],
Expand Down

0 comments on commit 405f866

Please sign in to comment.