aarushiibisht commented on a change in pull request #8: Python SDK for authentication was keycloak and for other admin services URL: https://github.com/apache/airavata-custos/pull/8#discussion_r333635201
########## File path: clients/python/requirements_dev.txt ########## @@ -15,4 +15,5 @@ oauthlib==3.1.0 requests_oauthlib==1.2.0 requests==2.22.0 thrift_connector==0.24 -thrift==0.11.0 \ No newline at end of file +thrift==0.11.0 +configparser==4.0.2 Review comment: Yes, configparser is in builtin in python. It was renamed to configparser in python 3 from Configparser in python2. Since we are only supporting python3. This is unnecessary, removing it from requirements. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
