john-bodley commented on a change in pull request #5460: Move flake8-related packages deps to reqs-dev.txt URL: https://github.com/apache/incubator-superset/pull/5460#discussion_r204246967
########## File path: requirements-dev.txt ########## @@ -1,9 +1,15 @@ flask-cors==3.0.3 ipdb==0.11 mysqlclient==1.3.12 -psycopg2==2.7.4 +psycopg2-binary==2.7.5 redis==2.10.6 statsd==3.2.2 tox==3.1.2 console_log==0.2.10 pylint==1.9.2 +flake8==3.5.0 Review comment: Nit. Can we try to keep these packages in alphabetical order. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
