kennethreitz
eaa5a6295e
new pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-14 20:44:51 -04:00
kennethreitz
53852740a8
we don't rely on toml
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-14 20:03:46 -04:00
kennethreitz
9ada445783
fix
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-14 17:01:50 -04:00
kennethreitz
e83851ab23
--system
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-14 14:00:55 -04:00
kennethreitz
ab20b514f5
pipfile updates (ignore pipfile lock)
...
Fixes #514
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-11 10:52:42 -04:00
kennethreitz
af353fc890
remove pipenv from pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-09 09:40:44 -04:00
kennethreitz
b589431a66
beauty
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-07 13:55:52 -04:00
Erin O'Connell
c621644166
vendorize background
2017-09-05 21:32:22 -06:00
kennethreitz
293924bd11
fixed pipfiles
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-02 20:14:52 -04:00
kennethreitz
ceedd19943
upgrade message
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-02 20:09:43 -04:00
kennethreitz
8f8579ad41
rely on background
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-02 19:48:26 -04:00
kennethreitz
a90d1e6c58
cleanup
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-01 18:05:56 -04:00
kennethreitz
3bf81f5b51
ch ch changes!
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-08-31 12:34:33 -04:00
kennethreitz
9e9d5054d4
updated pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-08-31 12:10:52 -04:00
Nate Prewitt
61d3fcdb36
upgrading delegator.py to resolve PYTHONUNBUFFERED issue in shell
2017-07-24 10:42:00 -06:00
Erin O'Connell
df53da1847
updated version requirement for delagator.py
2017-06-09 19:16:33 -06:00
Ed Morley
58a10908ab
Add flake8 to the Travis run
...
flake8 would have caught the regression in #371 and output:
`pipenv/cli.py:257:19: F821 undefined name 'hashed_deps_path'`
Whilst in an ideal world there would be 100% test coverage, linters help
fill in the gaps, plus spot potential unused variable/imports cleanup.
I'm happy to disable more of the style/whitespace pep8 rules if
needed - the priority is having the pyflakes subset run in CI.
2017-05-25 20:40:33 +01:00
Nate Prewitt
e04a7766a3
pin Sphinx to a 2.6 compatible version for now
2017-05-16 18:36:36 -06:00
Nate Prewitt
8d233db620
updating Pipfile with minimum delegator.py version
2017-04-26 14:22:46 -06:00
Nate Prewitt
eeb22ee304
updating delegator.py
2017-04-06 10:28:02 -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
b6fb357873
vendor all the things!
2017-03-11 23:26:08 -05:00
kennethreitz
32c8a68447
oops
2017-03-10 23:38:13 -05:00
kennethreitz
cc9a6dd76f
towards windows support
2017-03-10 23:03:12 -05:00
Nate Prewitt
578224435a
updating Pipfile/Pipfile.lock
2017-02-28 11:17:51 -07:00
Nate Prewitt
1937dd25df
adding psutil as dependency for click-completion
2017-02-15 15:58:56 -07:00
Felipe Arruda Pontes
4dd3cccafa
adding mock to test the methods
2017-02-11 23:01:30 -02:00
kennethreitz
5c7c3eb152
add blindspin to pipfile/lock
2017-02-01 22:08:10 -05:00
Kenneth Reitz
d7b7490912
python_version
2017-02-01 02:04:14 -05:00
Kenneth Reitz
1d89d87cd0
preliminary pip support
2017-01-31 22:54:09 -05:00
kennethreitz
c54d661e79
add sphinx to pipfile
2017-01-30 13:30:48 -05:00
kennethreitz
3f859c7e4f
new lockfile
2017-01-28 16:21:04 -05:00
kennethreitz
bfae4960d5
Revert "Revert "Merge branch 'master' into fix_link_parsing""
...
This reverts commit 94eb22a8ce .
2017-01-27 22:24:30 -05:00
kennethreitz
94eb22a8ce
Revert "Merge branch 'master' into fix_link_parsing"
...
This reverts commit 505c2b3427 , reversing
changes made to 62731f091e .
2017-01-27 22:22:24 -05:00
kennethreitz
cbe2fed45a
update
2017-01-27 22:12:03 -05:00
kennethreitz
69a1986d6f
oops
2017-01-27 21:42:27 -05:00
kennethreitz
0fa06aa9d7
potentially fix the build
2017-01-27 21:40:44 -05:00
kennethreitz
505c2b3427
Merge branch 'master' into fix_link_parsing
2017-01-27 21:34:31 -05:00
kennethreitz
ca51a9e68b
Merge
2017-01-27 13:22:53 -05:00
Nate Prewitt
741e71ac4c
:| I really don't like this.
2017-01-27 10:15:54 -07:00
mattkohl
84b5e0c9ab
Updated requests version required to >=2.4.0
2017-01-27 15:44:06 +00:00
Timo Furrer
c2c387b8ab
Add pipfile dependency to Pipfile
2017-01-27 07:37:32 +01:00
kennethreitz
3f2a563426
don't uninstall more packages
2017-01-26 17:00:09 -05:00
kennethreitz
b6944af1c0
dev-packages
2017-01-26 16:20:48 -05:00
kennethreitz
29c4035bf1
reorder pipfile
2017-01-26 16:14:18 -05:00
kennethreitz
4f676302cc
proper casing for installing package names
...
Fixes #78
2017-01-24 22:42:01 -05:00
kennethreitz
3fb475936d
fix lockfile
2017-01-24 21:08:36 -05:00
kennethreitz
b9e66382df
new pipfile
2017-01-24 20:51:30 -05:00
kennethreitz
533b05611a
new pipfile, pipfile.lock
2017-01-24 19:33:12 -05:00