File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+
1
2
Release History
2
3
---------------
3
4
4
5
1.1.4
6
+
5
7
- add --version
6
8
- remove debug print from released code lol
7
9
8
10
1.1.3
11
+
9
12
- fix program to generate exit code useful for testing
10
13
11
14
1.1.2
15
+
12
16
- corrected version of vendored search_packages_info() from pip
13
17
- handle relative imports
14
18
15
19
1.1.1
20
+
16
21
- fixed handling of import from __future__
17
22
- self-tested and added own requirements.txt
18
23
- cleaned up usage to require a file or directory to scan (rather than
@@ -21,4 +26,5 @@ Release History
21
26
until pip 1.6 is released
22
27
23
28
1.1.0
29
+
24
30
- implemented --ignore-module
Original file line number Diff line number Diff line change @@ -62,3 +62,4 @@ check by name (or glob pattern) using --ignore-mods::
62
62
pip-missing-reqs --ignore-mods=spam sample
63
63
# ignore the whole package spam as well
64
64
pip-missing-reqs --ignore-mods=spam --ignore-mods=spam.* sample
65
+
You can’t perform that action at this time.
0 commit comments