Search code examples
pythonsix

Should I copy six.py into my project or I can add it into setup requires instead?


Are there any pros and cons of contributing six library together with my project code base or I can use it as a regular python dependency?


Solution

  • you can use it as a regular python dependency. Here is an example for the case.