Commit Graph

2535 Commits

Author SHA1 Message Date
Erin O'Connell 815c5b490a Merge pull request #990 from kennethreitz/issue-873
updated --dev flag to --all-dev for uninstall
2017-10-29 14:45:07 -06:00
Erin O'Connell dda74142d4 Spell stuff correctly
Merge branch 'issue-873' of github.com:kennethreitz/pipenv into issue-873
2017-10-29 14:16:21 -06:00
Erin O'Connell 546f5494eb added test for new uninstall --all-dev flag 2017-10-29 14:04:48 -06:00
Erin O'Connell f5eca4d29c updated docs with new uninstall option 2017-10-29 13:57:53 -06:00
Erin O'Connell a262e283ff Update cli.py
fixed a small issue
2017-10-29 13:44:06 -06:00
Erin O'Connell 21ec6be066 updated --dev flag to --all-dev 2017-10-29 13:40:38 -06:00
Nate Prewitt e1c3f29618 v8.3.0 v8.3.0 2017-10-28 12:15:27 -07:00
Nate Prewitt 8a74581032 s/FILE_LIST/SCHEME_LIST/g 2017-10-26 22:32:41 -07:00
Nate Prewitt 3bdf2afb94 Merge pull request #979 from timworx/fix-help-truncate
Switched to `short_help` kwarg from `help` for command help text.
2017-10-26 18:33:40 -07:00
Tim S b68dcc19ac Switched to short_help kwarg from help for commands to fix text truncation. 2017-10-26 13:17:56 -04:00
Hamad AlGhanim bb5c6c4aee test for installing from remote file (#950)
adding test for remote requirment
2017-10-26 08:57:06 -07:00
Nate Prewitt e72e17ad69 Merge pull request #977 from kennethreitz/revert-976-master
Revert "Fix #973 Fails if two conflicting "requires" sections are present."
2017-10-25 16:57:08 -07:00
Nate Prewitt ad4fd824bf Revert "Fix #973 Fails if two conflicting "requires" sections are present." 2017-10-25 14:54:18 -07:00
Erin O'Connell ff3c9e4477 Merge pull request #976 from mirosval/master
Fix #973 Fails if two conflicting "requires" sections are present.
2017-10-25 15:45:08 -06:00
Miroslav Zoricak b3093368a9 Fix #973 Fails if two conflicting "requires" sections are present.
Add a more explicit error message if a section of the Pipfile is duplicated
2017-10-25 21:49:13 +02:00
Nate Prewitt b1be8f7290 properly close temp requirements file for Windows 2017-10-25 08:03:37 -07:00
Nate Prewitt e8ceb6db8e write requests response content more idomatically 2017-10-25 08:03:06 -07:00
Erin O'Connell 3299208507 Update HISTORY.txt 2017-10-25 02:10:37 -06:00
Erin O'Connell 5e93209372 added documentation for lock -r -d 2017-10-25 01:56:09 -06:00
Erin O'Connell 13bb89023e Merge pull request #972 from kennethreitz/lock-requirements-enhancement
Lock requirements enhancement
2017-10-25 01:43:57 -06:00
Erin O'Connell e5da54ba57 updated test for new lock -r functionality 2017-10-25 01:14:43 -06:00
Erin O'Connell 5b7d2319b6 Add ability to export default and dev requirements separately 2017-10-25 01:00:45 -06:00
Erin O'Connell 105a2fc0e8 Added dev option to lock -r to generate requirements with and without development requirements 2017-10-25 00:45:19 -06:00
Nate Prewitt caae68f105 updating HISTORY 2017-10-24 22:19:01 -07:00
Nate Prewitt 8514e2b1a2 don't check if --pre was passed for uninstall 2017-10-24 22:15:04 -07:00
Nate Prewitt 49e2357751 perform pre check before locking after uninstall 2017-10-24 21:03:38 -07:00
Nate Prewitt da8208deb2 housekeeping 2017-10-24 21:01:17 -07:00
Erin O'Connell 67dee7b18d Merge pull request #971 from kennethreitz/pipfile-pre-fix
Fix for respecting allow prerelease flag in pipfile
2017-10-24 21:34:09 -06:00
Erin O'Connell 031ec5b40d Fix for #965 2017-10-24 21:31:31 -06:00
Nate Prewitt ad2eee17a7 Merge pull request #959 from rwillmer/master
Fixes #954. Example Pipfile.lock workflow.
2017-10-24 13:35:27 -07:00
Rachel Willmer 62b7c90b90 Merge branch 'master' of https://github.com/rwillmer/pipenv 2017-10-24 21:20:19 +01:00
Rachel Willmer 835196dd0f Fixes #954. Example Pipfile.lock workflow.
Fixes #954. Example Pipfile.lock workflow.
2017-10-24 21:18:15 +01:00
Erin O'Connell 8b65cc736b Merge pull request #962 from kennethreitz/pexpect-fix
update the vendored pexpect for python 3.7 async support to fix #956
2017-10-24 00:54:06 -06:00
Erin O'Connell e6736044ef update the vendored pexpect for python 3.7 async support 2017-10-24 00:27:06 -06:00
Rachel Willmer 3e1816d701 Fixes #954. Example Pipfile.lock workflow. 2017-10-23 21:37:00 +01:00
Nate Prewitt d89696e36d improve messaging for failed requirements.txt install 2017-10-22 20:22:28 -07:00
Nate Prewitt addfd52ac4 use proper dependency to avoid temp file collisions 2017-10-22 20:22:16 -07:00
Nate Prewitt e7fb56ffa3 Warn on bad syntax in supposed requirements.txt (e.g. a webpage or json document) 2017-10-22 16:17:15 -07:00
Nate Prewitt a8a33847c0 always remove the temporary file, even if we hit an exception 2017-10-22 16:09:18 -07:00
Nate Prewitt d2a1d40727 add nicer message when remote requirements doesn't exist 2017-10-22 16:08:46 -07:00
Nate Prewitt 2a83670abc updating HISTORY.txt 2017-10-22 15:52:48 -07:00
Nate Prewitt 2ebb071891 Merge pull request #947 from richardcooper/pep508-typo
Fix a typo in do_lock() error handler
2017-10-22 08:19:28 -07:00
Richard Cooper 5fc85803d5 Fix a typo in do_lock() error handler 2017-10-22 14:34:25 +01:00
Nate Prewitt 3688148ac7 add requirements.txt for testing 2017-10-21 15:09:24 -07:00
Erin O'Connell cd463dd137 Update cli.py 2017-10-19 10:21:20 -06:00
Erin O'Connell 8db4ac3350 Merge pull request #941 from kennethreitz/dot-fix-911
catch dot and act force package name to false
2017-10-19 00:01:44 -07:00
Erin O'Connell 721bef9ed1 catch dot and act force package name to false 2017-10-19 00:58:34 -06:00
Erin O'Connell 70b404d6fc Merge pull request #940 from kennethreitz/click-intercept
disabled help message for run
2017-10-18 22:56:35 -07:00
Erin O'Connell 934d83e86d disabled help message for run, help still prints out if you execute pipenv run with no args
Signed-off-by: Erin O'Connell <erinocon5@gmail.com>
2017-10-18 23:53:39 -06:00
Erin O'Connell 17288eec41 Merge pull request #935 from jsatt/vcs-blocking
Force vcs installs to block to avoid race condition
2017-10-18 21:14:40 -07:00