Commit Graph

808 Commits

Author SHA1 Message Date
Nate Prewitt 516252e9eb Merge pull request #294 from isaacsanders/feature/ignore-pipfile
Adds a flag for ignoring the Pipfile in favor of the Pipfile.lock
2017-03-27 15:34:28 -06:00
Isaac Sanders c451642968 Adds a flag for ignoring the Pipfile in favor of the Pipfile.lock 2017-03-27 16:20:23 -05:00
Nate Prewitt c711bf28b5 removing unused parameter in do_init 2017-03-27 14:17:06 -06:00
Nate Prewitt 2610028cb1 cleaning up message 2017-03-20 20:06:25 -06:00
Nate Prewitt 74cb235a9c Merge pull request #284 from ryanwilsonperkin/handle-rm-when-missing-pipfile
Handle rm when missing Pipfile
2017-03-20 20:03:50 -06:00
Ryan Wilson-Perkin ce140faa03 Check if pipfile exists before --venv or --rm 2017-03-20 21:58:57 -04:00
Ryan Wilson-Perkin b9c0b45851 Error message on --rm if no Pipfile exists 2017-03-20 18:41:30 -04:00
Ryan Wilson-Perkin b9e9c63701 Remove unused dependency 2017-03-20 15:46:43 -04:00
Ryan Wilson-Perkin fcd005e000 Fix over-indentation 2017-03-20 15:42:41 -04:00
kennethreitz 213bdbad3b Merge pull request #282 from ryanwilsonperkin/typo-fix
Fix typo in section header
2017-03-20 13:47:19 -04:00
Ryan Wilson-Perkin d7fa6a41ab s/virutal/virtual 2017-03-20 13:42:55 -04:00
kennethreitz f857a3b612 fix 2017-03-19 21:28:33 -04:00
kennethreitz 2f8b1f29d8 say which virtualenv is already activated. 2017-03-19 21:26:31 -04:00
kennethreitz 58aca73acd automatic --ignore-hashes 2017-03-19 21:23:57 -04:00
kennethreitz 25ddb6ea51 Merge branch 'master' of github.com:kennethreitz/pipenv 2017-03-19 21:18:21 -04:00
kennethreitz 2a7a5facab document WORKON_HOME 2017-03-19 21:18:15 -04:00
kennethreitz 0aeaefb914 updates! 2017-03-18 18:15:04 -04:00
kennethreitz 22b9fb47a6 markupsafe 2017-03-18 16:25:45 -04:00
kennethreitz 04d4730466 pipenv jinja2 2017-03-18 16:24:17 -04:00
Nate Prewitt 86ef9b8361 properly strip hashes from --requirements output when Pipfile.lock exists 2017-03-16 08:34:42 -06:00
Nate Prewitt 21fbdb03ac v3.5.4 v3.5.4 2017-03-14 10:17:44 -06:00
Nate Prewitt 0441eb8573 correct expected test output 2017-03-14 09:52:57 -06:00
Nate Prewitt e852141b11 updating HISTORY 2017-03-14 09:48:24 -06:00
Nate Prewitt d124103ab0 use six.string_types instead of str to handle unicode in Python2 2017-03-14 09:45:56 -06:00
Nate Prewitt e2d7605590 formatting fixes 2017-03-13 08:32:06 -06:00
Nate Prewitt 876636b8f3 document Pipfile.lock hashes 2017-03-12 18:59:09 -06:00
Nate Prewitt d285d2834e Merge pull request #268 from jacebrowning/fix-python-warning-on-windows
Fix redundant '--python' warning on Windows
2017-03-12 18:35:19 -06:00
Jace Browning bfafa2294d Fix redundant '--python' warning on Windows 2017-03-12 20:31:08 -04:00
Nate Prewitt c1c18d0d95 adding --no-hashes for requirements 2017-03-12 18:17:35 -06:00
kennethreitz 3366a32717 --no-hashes v3.5.3 2017-03-12 20:06:25 -04:00
kennethreitz f7f1ce41ce updated nice error message 2017-03-12 20:02:25 -04:00
kennethreitz 803f072bba --no-hashes 2017-03-12 19:52:50 -04:00
Nate Prewitt 0584e86a77 update HISTORY 2017-03-12 16:32:52 -06:00
kennethreitz c89c7f5488 v3.5.3 2017-03-12 18:16:42 -04:00
kennethreitz ef94a2c8dc Merge branch 'master' of github.com:kennethreitz/pipenv 2017-03-12 18:12:00 -04:00
kennethreitz 7bb219531d add six to dependencies 2017-03-12 18:11:52 -04:00
Nate Prewitt bd4955763f Merge pull request #266 from kennethreitz/ignore_hashes
add --ignore-hashes support
2017-03-12 15:52:37 -06:00
Nate Prewitt 8fed49ddb1 add --ignore-hashes support 2017-03-12 09:04:02 -06:00
Nate Prewitt 988046b3f3 ignore .DS_Store 2017-03-12 07:52:09 -06:00
kennethreitz 2c5f2e117a really fix the build 2017-03-12 01:38:07 -05:00
kennethreitz 359e00f042 fix the build 2017-03-12 01:31:27 -05:00
kennethreitz 70b93ce839 updates to vendoring 2017-03-11 23:40:13 -05:00
kennethreitz b6fb357873 vendor all the things! 2017-03-11 23:26:08 -05:00
kennethreitz 5da375b3ac windows is now supported! v3.5.1 2017-03-11 22:28:40 -05:00
kennethreitz 3e5479b137 making history 2017-03-11 22:28:02 -05:00
kennethreitz 434dd9599d windows warning 2017-03-11 22:26:29 -05:00
kennethreitz ec1d71cf81 oops 2017-03-11 00:34:32 -05:00
kennethreitz 45f86865c8 cleanup, cleanup (everybody everywhere) 2017-03-11 00:18:03 -05:00
kennethreitz 32c8a68447 oops 2017-03-10 23:38:13 -05:00
kennethreitz dcebcee513 basic windows run support 2017-03-10 23:32:48 -05:00