Commit Graph

19 Commits

Author SHA1 Message Date
Vineet Naik e4dd1118c1 Prepare for '2.1.0' release 2021-07-31 12:07:47 +05:30
Miloššš Korenčiak def027a035
License file to be included into metadata dir 2021-07-30 14:23:09 +00:00
Vineet Naik 786ae12580 Update supported python versions in setup.py 2020-06-13 12:32:24 +05:30
Vineet Naik 01a9efed40 Drop support for Python 2.6
It's about time this change is made. Python 2.6 is too old and if you
still need to use it, you would probably be facing bigger issues than
what is tool is designed for.
2017-03-19 11:57:23 +05:30
Jeremy Bowman f79143fd04 Fix binary GraphViz output on Python 3 2017-01-25 11:36:18 -05:00
Daniel Roschka 0cbbee23bf Add different output options for dependency graph
Add the option to output a dependency graph in any output format
supported by GraphViz.

Based on the idea and code from @johnyf to output the dependency
graph as dot code: https://github.com/naiquevin/pipdeptree/pull/43

Goes a step further than that, by using `graphviz` instead of
`networkx` and `pydotplus`, which allows output as dot code as well, but
enables output in any of GraphViz supported output formats directly,
if the GraphViz command line tools are installed.
2016-12-07 11:20:37 +01:00
Jim Howell caddbb9d28 Defer to pip's list of excluded default packages.
As of 6.0.0 pip will default to excluding the usual things we were
hardcoding here, so this just lets pip do its thing naturally.

This also removes 'pipdeptree' from the exclusion list, which seems
mandatory if your application actually *uses* pipdeptree and it's not
just for manual invocation (i.e.humans typing on keyboards)
2016-09-14 13:01:16 -05:00
Vineet Naik a94768a6cf Fix support for Python 2.6
The 'importlib' is added to install_requires in setup.py
2016-08-08 00:47:09 +05:30
Vineet Naik 00300e6ae1 Fix failing builds on Python 2.6 and >3 2016-08-06 19:35:10 +05:30
Adam Chainz 275335df3e Add Python 3.5 support 2016-02-14 15:06:58 +00:00
Vineet Naik 2a0ab2ab02 Add __version__ attr to pipdeptree module
Also modify setup.py to read the version from this module
2015-08-03 21:26:02 +05:30
Krystian Kichewko d427b31bfe Add classifiers to setup.py 2015-04-16 16:35:28 +00:00
Vineet 308b8ede32 Bump version to 0.4.2 and update changelog 2014-11-18 20:44:29 +05:30
Vineet 4a5430b712 Bump version to 0.4.1 2014-09-25 21:52:56 +05:30
Vineet 20bf654e32 Bump version to 0.4 and update changelog 2014-06-22 22:56:18 +05:30
Marc Abramowitz 092a3e7e06 Support Python 2.6 2014-06-13 11:28:45 -07:00
Vineet 97e9db00c1 Bump version to 0.3 2014-05-11 16:27:27 +05:30
Vineet 53c6671350 Bump version to 0.2 2014-02-05 23:41:36 +05:30
Vineet ea5a5b18f1 Add setup.py 2014-02-05 21:45:36 +05:30