Commit Graph

887 Commits

Author SHA1 Message Date
kennethreitz c3a059258a Update README.rst 2017-05-16 12:05:25 -04:00
kennethreitz 7d71ebf42e Update README.rst 2017-05-16 12:03:06 -04:00
kennethreitz 8753f94968 Update README.rst 2017-05-16 12:02:25 -04:00
kennethreitz 3fc1b79ab9 Update README.rst 2017-05-16 11:59:45 -04:00
kennethreitz 21c41f2c9b Update README.rst 2017-05-16 11:53:24 -04:00
kennethreitz 262ca84aab Update index.rst 2017-05-16 11:53:06 -04:00
kennethreitz 4a9fe82fa1 no longer experimental 2017-05-16 11:52:11 -04:00
kennethreitz 933e668d7f Update README.rst 2017-05-16 11:51:20 -04:00
kennethreitz 88f0ef8d11 Update README.rst 2017-05-16 11:50:57 -04:00
kennethreitz f8af61649f v4.0.0 v4.0.0 2017-05-16 11:47:39 -04:00
kennethreitz 78442d18e7 Merge pull request #351 from kennethreitz/no-hashes
No hashes, default
2017-05-16 11:42:35 -04:00
Nate Prewitt 25b01059ed Merge pull request #358 from erinxocon/patch-1
small sentence correction
2017-05-16 00:58:49 -06:00
Erin O'Connell 73f6515252 small sentance correction 2017-05-15 20:53:00 -06:00
Nate Prewitt 6da9f8520c test uninstall functionality 2017-05-12 15:15:09 -06:00
kennethreitz 0b5a7a91f0 Merge pull request #350 from varunagrawal/uninstall-bugfix
Fix for key error when uninstalling [dev-]packages
2017-05-12 15:52:36 -04:00
kennethreitz 1b0f9f3516 new lockfile 2017-05-12 15:45:46 -04:00
kennethreitz 5593149d09 --no-hashes is now default 2017-05-12 15:45:37 -04:00
Varun Agrawal 2e9517de30 Fix for key error when uninstalling [dev-]packages 2017-05-12 12:03:21 -04:00
kennethreitz 7ba5b24a27 Merge pull request #347 from nateprewitt/fix_requirements_with_no_env
create Pipfile from requirements.txt without installing
2017-05-08 13:59:54 -04:00
Nate Prewitt 7318cf6815 create Pipfile from requirements.txt without installing
The install process is dependent upon the virtualenv existing
which isn't always the case for fresh projects. This is the most
common case this code will execute in, so we need to be able to
create the Pipfile without installing.
2017-05-08 10:12:44 -06:00
Nate Prewitt f5f0f7125e end Pipfile.lock with newline 2017-05-01 08:43:49 -06:00
Nate Prewitt 6d3720bb44 v3.6.2 v3.6.2 2017-04-27 11:42:52 -06:00
kennethreitz 90fe375724 document requirements.txt 2017-04-27 13:41:41 -04:00
kennethreitz 3f6e94c540 updated version 2017-04-27 13:39:16 -04:00
Nate Prewitt 5418e980d2 pick a 2.6 compatible dependency for test 2017-04-27 11:04:26 -06:00
Nate Prewitt a27cc9db3f fix appveyor tests failing on emoji printing 2017-04-27 10:22:18 -06:00
Nate Prewitt 692ea4dea5 Merge pull request #333 from mhubig/mhubig-patch-1
Fixes Typo ...
2017-04-27 07:36:44 -06:00
Nate Prewitt 7f7464f858 test uninstall functionality 2017-04-27 07:31:49 -06:00
Markus Hubig 5dd4053733 Fixes Typo ...
Fixes typo and closes #332 ...
2017-04-27 15:01:43 +02:00
Nate Prewitt 8d233db620 updating Pipfile with minimum delegator.py version 2017-04-26 14:22:46 -06:00
Nate Prewitt 713fe1386c updating HISTORY.txt 2017-04-26 14:22:21 -06:00
Nate Prewitt aa2dbaeb75 Merge pull request #325 from nateprewitt/uninstall_everywhere
remove package from all locations in Pipfile
2017-04-26 14:05:28 -06:00
kennethreitz 0156f1e1b3 Merge pull request #328 from kennethreitz/requirements
pipfile importing (work in progress)
2017-04-26 15:40:56 -04:00
kennethreitz 5246479267 making history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-04-26 15:40:27 -04:00
kennethreitz 05e18ffec2 it works! 2017-04-26 15:36:15 -04:00
kennethreitz 1477fc7294 changes 2017-04-26 11:08:32 -04:00
Nate Prewitt fe9fcda262 remove 2.6 from appveyor build matrix 2017-04-26 07:50:43 -06:00
Nate Prewitt 4703650745 v3.6.0 v3.6.0 2017-04-26 07:19:42 -06:00
Nate Prewitt a33c00f936 fix pip output parsing issue for Windows 2017-04-26 07:18:28 -06:00
Nate Prewitt 90f8886a11 get appveyor running correctly 2017-04-26 07:18:06 -06:00
Nate Prewitt a6cc151236 Merge pull request #329 from kennethreitz/appveyor
setup appveyor for pipenv
2017-04-25 15:45:16 -06:00
Nate Prewitt d2bebd65c8 setup appveyor for pipenv 2017-04-25 14:19:59 -06:00
Nate Prewitt 376c409722 updating HISTORY.txt 2017-04-25 09:37:13 -06:00
Nate Prewitt 237e67f4a1 Merge pull request #320 from nonylene/run-with-execl
use os.execl to "run" subcommand on Unix ( close #315 )
2017-04-25 09:29:54 -06:00
kennethreitz 0674ec8e37 basic machinery for pip file importing in place, now to import 2017-04-25 10:50:11 -04:00
Nate Prewitt 5641ca85aa Merge pull request #326 from nateprewitt/fix_filename_lookup_for_windows
fix filename lookup for Windows
2017-04-24 14:57:18 -06:00
Nate Prewitt 39bd0c84d6 fix names_map casing for certain Windows environments 2017-04-24 13:57:23 -06:00
Nate Prewitt 69981deeac remove package from all sections in Pipfile 2017-04-24 10:48:36 -06:00
Nate Prewitt 5b59c5ee17 only lock once after uninstall 2017-04-24 09:35:19 -06:00
Nate Prewitt d1a8d73911 fix bad PEP reference on name normalization function 2017-04-24 09:20:23 -06:00