Skip to content

Commit

Permalink
Downgrade driver dependency back to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aurghob33 committed Oct 27, 2020
1 parent 427fb9e commit 66d1345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#Commit on v2.x-shell branch of pyqldb
-e git+git://github.com/awslabs/amazon-qldb-driver-python.git@dcea856c4c2023f8505db22c977755ccd48d7183#egg=pyqldb
pyqldb>=2.0.0,<2.0.3
argparse~=1.4.0
amazon.ion~=0.5.0
boto3~=1.9
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

requires = ['boto3>=1.9.237',
'amazon.ion>=0.5.0,<0.6.0',
#commit on v2.x-shell branch of pyqldb
'pyqldb @ git+git://github.com/awslabs/amazon-qldb-driver-python.git@dcea856c4c2023f8505db22c977755ccd48d7183',
'pyqldb>=2.0.0,<2.0.3',
'prompt_toolkit>=3.0.5,<3.1.0']

setup(
Expand All @@ -29,8 +28,6 @@
long_description_content_type='text/markdown',
author='Amazon Web Services',
install_requires=requires,
#dependency on commit in v2.x-shell branch of pyqldb
dependency_links=["git+git://github.com/awslabs/amazon-qldb-driver-python.git@dcea856c4c2023f8505db22c977755ccd48d7183#egg=pyqldb"],
license="Apache License 2.0",
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 66d1345

Please sign in to comment.