moodlehq / moodle-mlbackend-python

Moodle machine learning backend
GNU General Public License v3.0
18 stars 19 forks source link

Allow webapp to run without boto3 when not using s3 #25

Closed douglasbagnall closed 4 years ago

douglasbagnall commented 4 years ago

Users who are not using s3 should not have to install boto3.

while pylint and flake8 wisely do not currently complain about this construct, it is easy to imagine a linter getting concerned in the future, so we add a comment that people might read before they take this out.

douglasbagnall commented 4 years ago

incorporated into #27.