Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
f25d81f0
Commit
f25d81f0
authored
Jun 01, 2018
by
Liu Junxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Downgrade pipenv version to v11.9.0
parent
dbeca147
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
pipenv
bin/steps/pipenv
+1
-1
Pipfile.lock
test/fixtures/pipenv-lock/Pipfile.lock
+5
-5
No files found.
bin/steps/pipenv
View file @
f25d81f0
...
...
@@ -41,7 +41,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
export
PIP_EXTRA_INDEX_URL
fi
export
PIPENV_VERSION
=
"
2018.5.18
"
export
PIPENV_VERSION
=
"
11.9.0
"
# Install pipenv.
/app/.heroku/python/bin/pip
install
pipenv
==
$PIPENV_VERSION
--upgrade
&> /dev/null
...
...
test/fixtures/pipenv-lock/Pipfile.lock
View file @
f25d81f0
{
"_meta": {
"hash": {
"sha256": "
09ad9dcae1870ba083f43c5a05ed8943b23bd4c27e61a13ecf4e16d18500ad98
"
"sha256": "
397f2c55e3558ea57d292e3fc19b34e483770e5ec02cdedfb1f330680cd26635
"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"url": "https://pypi.
python.
org/simple",
"verify_ssl": true
}
]
...
...
@@ -24,10 +24,10 @@
},
"pexpect": {
"hashes": [
"sha256:
9783f4644a3ef8528a6f20374eeb434431a650c797ca6d8df0d81e30fffdfa24
",
"sha256:
9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c
"
"sha256:
2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba
",
"sha256:
3fbd41d4caf27fa4a377bfd16fef87271099463e6fa73e92a52f92dfee5d425b
"
],
"version": "==4.
5
.0"
"version": "==4.
6
.0"
},
"ptyprocess": {
"hashes": [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment