milimetric commented on issue #5527: specify all the dependencies version in setup.py URL: https://github.com/apache/incubator-superset/issues/5527#issuecomment-449049790 @john-bodley maybe this helps, you can and should only specify requirements in one place. If you like requirements.txt, you can pull them into setup.py with a trick like this: https://github.com/wikimedia/analytics-wikimetrics/blob/master/setup.py#L25 And for everyone's sanity, it's always good to pin exact or at least compatible versions (^X.Y.Z should work if everyone takes semver seriously). You can even make a build process through setup.py that installs all the node dependencies too.
---------------------------------------------------------------- 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]
