kennethreitz
19bc1fb96a
Merge pull request #60 from thirtyseven/patch-1
...
Use uncompiled version of pep508checker
2017-01-23 21:46:47 -05:00
Ted Kaplan
7c4c7d2305
Also handle optimized bytecode files
2017-01-23 18:46:10 -08:00
Ted Kaplan
b09fc4165c
Use uncompiled version of pep508checker
...
This ensures that it will work when running across different Python versions.
2017-01-23 18:38:23 -08:00
kennethreitz
c12dbade01
windows is not supported
2017-01-23 21:23:08 -05:00
kennethreitz
e9ea601c0b
v0.2.8
v0.2.8
2017-01-23 21:17:33 -05:00
kennethreitz
c2a8bf8fe3
history, readme
2017-01-23 21:16:17 -05:00
kennethreitz
952f420b97
enhanced 508 checker
...
#59
2017-01-23 21:15:13 -05:00
kennethreitz
19a2755a9f
v0.2.7
v0.2.7
2017-01-23 19:16:56 -05:00
kennethreitz
73eb234a45
better output
2017-01-23 19:14:47 -05:00
kennethreitz
f834877dbc
v0.2.7 history
2017-01-23 19:13:32 -05:00
kennethreitz
4e3548f1cb
better --three / --two workflow options
2017-01-23 19:12:33 -05:00
kennethreitz
8489a55016
cleanups
2017-01-23 18:58:07 -05:00
kennethreitz
ed88f1e340
additional_help
2017-01-23 18:46:47 -05:00
kennethreitz
6f89e7c692
the command was not found
2017-01-23 18:42:41 -05:00
kennethreitz
e95367279a
refactor version
v0.2.6
2017-01-23 18:25:15 -05:00
kennethreitz
fefa9aa1b4
#54
2017-01-23 18:07:04 -05:00
kennethreitz
0c3afc6b40
bold lock command too
2017-01-23 17:54:23 -05:00
kennethreitz
dd0eca9739
history: pretty colors for help
2017-01-23 17:51:27 -05:00
kennethreitz
3a6a25675b
--help
2017-01-23 17:51:02 -05:00
kennethreitz
c055b7bef0
pretty help for bare call at least
2017-01-23 17:49:32 -05:00
kennethreitz
e2f1eb5c24
remove colors, messes up invocation
2017-01-23 17:33:13 -05:00
kennethreitz
e7c8337af5
colored version of --help
2017-01-23 17:25:42 -05:00
kennethreitz
9134913b56
refactor pip_install
2017-01-23 17:19:34 -05:00
kennethreitz
33240ac658
fix default source
2017-01-23 17:13:23 -05:00
kennethreitz
cb22a129ea
use source from Pipfile
...
#34
2017-01-23 17:04:33 -05:00
kennethreitz
3fa204b734
/s/freeze/lock
2017-01-23 16:13:01 -05:00
kennethreitz
dab37363e6
fix tests
2017-01-23 15:47:06 -05:00
kennethreitz
3271a8e5bb
history
2017-01-23 15:43:42 -05:00
kennethreitz
9cd43ac922
better support for comments in requirements files
...
#45
2017-01-23 15:42:43 -05:00
kennethreitz
fccc309b74
test for comments in reqs files
...
#35
2017-01-23 15:27:56 -05:00
kennethreitz
64ae2766dd
pep8 fixes
2017-01-23 15:21:06 -05:00
kennethreitz
7cc58cf1a4
v0.2.6
2017-01-23 15:20:58 -05:00
kennethreitz
ba76b0e3e8
activate the virtualenv always
2017-01-23 14:52:34 -05:00
kennethreitz
083872e9de
fix tests
2017-01-23 14:31:52 -05:00
kennethreitz
83b79c41a1
Update README.rst
2017-01-23 14:27:22 -05:00
kennethreitz
f98aada0ad
lower-case all package names
2017-01-23 14:26:41 -05:00
kennethreitz
7abf902d8e
remove unused import
2017-01-23 14:26:41 -05:00
kennethreitz
29f771d5b6
v0.2.5
2017-01-23 14:26:41 -05:00
kennethreitz
7257514175
rely directly on pexpect
2017-01-23 14:26:41 -05:00
kennethreitz
1cffce35d5
Update README.rst
2017-01-23 14:16:25 -05:00
kennethreitz
5efd2704c7
Update README.rst
2017-01-23 14:16:01 -05:00
kennethreitz
9297c1a788
Update README.rst
2017-01-23 14:15:33 -05:00
kennethreitz
4a240aee13
v0.2.5
2017-01-23 13:51:50 -05:00
kennethreitz
e6f09f8c3b
cleanup $45
2017-01-23 13:47:01 -05:00
kennethreitz
377bd0c202
Merge pull request #45 from spiliopoulos/master
...
Fixes terminal size not being set properly
2017-01-23 13:39:57 -05:00
kennethreitz
e180a81b5e
Merge pull request #46 from pborreli/typos
...
Fixed typos
2017-01-23 13:39:08 -05:00
Pascal Borreli
d2a371e5e3
Fixed typos
2017-01-23 18:38:17 +00:00
Yannis Spiliopoulos
b502e1eef6
Fix python3 only dependency
...
Use backports version of shutil_get_terminal_size for python versions
earlier than 3.3
2017-01-23 13:35:53 -05:00
Yannis Spiliopoulos
09ec68d231
Fixes terminal size not being set properly
...
See at http://pexpect.sourceforge.net/pexpect.html the documentation
of interact. I include here for easy reference
| Note that if you change the window size of the parent the SIGWINCH
| signal will not be passed through to the child.
2017-01-23 13:28:04 -05:00
kennethreitz
a87660e877
Merge pull request #37 from EverydayPineapple/master
...
Minor spelling fix
2017-01-23 13:14:46 -05:00