awslabs / amazon-dynamodb-tools

Tools to make effective use of DynamoDB easier.
Apache License 2.0
113 stars 24 forks source link

Boto3 is required but not listed in requirements.txt #18

Closed Kyle-sandeman-mrdfood closed 1 year ago

Kyle-sandeman-mrdfood commented 1 year ago

Steps to reproduce

  1. Clone repo and cd
  2. python -m venv venv and source venv/bin/activate
  3. pip install -r requirements.txt
  4. python table_class_evaluator.py

Result:

Traceback (most recent call last):
  File "table_class_evaluator.py", line 8, in <module>
    import boto3
ModuleNotFoundError: No module named 'boto3'
tebanieo commented 1 year ago

Added the required functionality, closing the Issue, Thanks for reporting it!