258 Commits

Author SHA1 Message Date
EJ Lee
195565b50c feat(cli): add --encoding parameter for open() 2015-10-20 19:45:20 +09:00
EJ Lee
e0137f2245 fix(pipreqs): support windows directory separator 2015-10-20 19:39:48 +09:00
Vadim Kravcenko
7170843913 fix(test_pipreqs): fix 2.6 python test 2015-09-28 20:49:04 +02:00
Vadim Kravcenko
8d7b7f6d1c feat(cli): add --proxy and --pypi-server options v0.3.0 2015-09-28 20:45:23 +02:00
Vadim Kravcenko
743627cc14 Merge pull request #26 from GadgetSteve/master
Added .svn & .hg to directory ignores.
2015-09-28 16:26:59 +02:00
Steve Barnes
4b30cf6ae6 Added .svn & .hg to directory ignores.
Also added *.bak to git ignores.

Addresses #25
2015-09-28 15:21:32 +01:00
Vadim Kravcenko
74d51a067c chore(global): Bump Version v0.2.9 2015-09-25 20:47:03 +02:00
Vadim Kravcenko
d558f73c4e Merge pull request #24 from Lee-W/master
Skip irreverent directory and change logging level
2015-09-01 10:39:33 +02:00
LeeW
301ff8ce83 Ignore irreverent directory when generating requirement.txt
* Currently ignore .git, __pycache__, env
2015-08-31 21:25:17 +08:00
LeeW
fef28cc9c9 Add vim temp file into .gitignore 2015-08-31 19:49:32 +08:00
LeeW
2c4ad02bfb Modify logging level of "Requirement.txt already exists" to warning 2015-08-31 19:47:41 +08:00
Vadim Kravcenko
9a1f9e87dd Merge pull request #21 from lord63-forks/flake8-fix
Fix flake8
2015-07-15 09:45:56 +02:00
lord63
d59c9a1e84 Fix flake8 2015-07-14 19:56:14 +08:00
Vadim Kravcenko
9671b53ff3 Merge pull request #20 from lord63-forks/fix-version
Fix the wrong version info, close #19
2015-07-14 12:45:20 +02:00
lord63
7ecc1248de Fix the wrong version info, close #19 2015-07-13 22:49:49 +08:00
Vadim Kravcenko
fe71b90075 Version 0.2.8
Add --force option
Clean up
v0.2.8
2015-06-19 23:23:38 +02:00
Vadim Kravcenko
91db3afac7 docs(readme): Add example content of requirements.txt 2015-05-15 15:32:02 +02:00
Vadim Kravcenko
45558ad58d Version bump 0.2.7 v0.2.7 2015-05-12 06:47:17 +02:00
Vadim Kravcenko
f18832690c pep8 2015-05-12 06:43:26 +02:00
Vadim Kravcenko
a517c3f86d fix travis 2015-05-12 06:41:18 +02:00
Vadim Kravcenko
107afcc6f2 fix tests 2015-05-12 06:33:07 +02:00
Vadim Kravcenko
b68919c440 try to read, ignore if failed 2015-05-12 06:24:31 +02:00
Vadim Kravcenko
f3ec4d5d2a fix(pipreqs): Walk through all sys.path instead of only get_python_lib() 2015-05-11 23:05:47 +02:00
Vadim Kravcenko
f3011d6487 Version bump 0.2.6 2015-05-11 22:03:28 +02:00
Vadim Kravcenko
9035a2eb5b styling: pep8 2015-05-11 22:02:53 +02:00
Vadim Kravcenko
0f622de27c fix(pipreqs): ignore word "import" in package names 2015-05-11 21:46:33 +02:00
Vadim Kravcenko
8c77afd7fb Version bump 0.2.5 v0.2.5 2015-05-11 19:19:31 +02:00
Vadim Kravcenko
8a04169419 fix(pipreqs): Duplicate entries in requirements.txt 2015-05-11 19:18:22 +02:00
Vadim Kravcenko
496b729309 fix(pipreqs): line parsing with comments on the same line 2015-05-11 19:18:05 +02:00
Vadim Kravcenko
3ed746a5d9 Version bump 0.2.4 v0.2.4 2015-05-10 11:29:08 +02:00
Vadim Kravcenko
94af4fc171 fix(pipreqs): py3 compatibility 2015-05-10 11:03:22 +02:00
Vadim Kravcenko
3fc82c5743 refactor(pipreqs): Refactor core code, remove unnecessary prints, rename vars 2015-05-10 10:58:05 +02:00
Vadim Kravcenko
dc512ae423 fix(make): add pip install to makefile 2015-05-09 12:38:02 +02:00
Vadim Kravcenko
dc8d0adfa0 Version bump 0.2.3 v0.2.3 2015-05-09 12:28:47 +02:00
Vadim Kravcenko
a41b353a02 improve(mapping): Add more entries to mapping 2015-05-09 12:28:26 +02:00
Vadim Kravcenko
32e7739cc7 fix(tests): remove print statement 2015-05-09 09:11:13 +02:00
Vadim Kravcenko
d6da9ddc96 Merge pull request #16 from tiagofmcosta/master
Handling multiple imports in the same line when using aliases
2015-05-09 09:08:57 +02:00
Tiago Costa
ea2db2c29a Strip alias from import name for multiple imports on the same line. Fix for #13 2015-05-08 23:57:19 +01:00
Vadim Kravcenko
5989c3b109 Merge pull request #14 from cclauss/patch-3
Sorted so it is easier to edit
2015-05-08 18:11:04 +02:00
cclauss
00695850a5 Sorted so it is easier to edit 2015-05-08 18:05:07 +02:00
Vadim Kravcenko
d4e1e9144d style: PEP8 cleanup 2015-05-08 17:36:41 +02:00
Vadim Kravcenko
b4ada100e7 Bump Version 0.2.2 v0.2.2 2015-05-08 17:33:03 +02:00
Vadim Kravcenko
557817161e fix(tests): Add missing test packages, add more tests 2015-05-08 17:29:05 +02:00
Vadim Kravcenko
f2024cbc40 fix(pipreqs): fix package import names (case sensitive) 2015-05-08 17:28:39 +02:00
Vadim Kravcenko
a0c796bc6b feat(pipreqs): Add ImportName -> PackageName mapping, fix for #5 2015-05-08 16:56:53 +02:00
Vadim Kravcenko
d5b182e445 improve(tests): add more test cases to increase coverage 2015-05-08 11:15:55 +02:00
Vadim Kravcenko
50470f7836 improve(pipreqs): Remove unnecessary if statements 2015-05-08 11:15:37 +02:00
Vadim Kravcenko
084a82c7b7 Version bump 0.2.1 v0.2.1 2015-05-08 10:59:54 +02:00
Vadim Kravcenko
b6f661fdec Merge pull request #12 from ColtonProvias/patch-1
Fix for TypeError for implicit conversion
2015-05-08 09:44:15 +02:00
Colton J. Provias
505ee3b939 Fix for TypeError for implicit conversion
`package_import` is a list, and on Python 3.4 it must be implicitly converted to a string before concatenation.
2015-05-07 18:30:16 -04:00