Skip to content

Commit

Permalink
crate.io -> pypi.org; .... -> ... (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas authored and kennethreitz committed Nov 21, 2016
1 parent 1d4e8bd commit 2806f78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Example Pipfile
Note—this is an evolving work in progress::

# Note: There will be a default source, and context manager can also be used.
source('https://simple.crate.io/', verify_ssl=True)
source('https://pypi.org/', verify_ssl=True)

dist('requests')
dist('Django', '==1.6')
Expand All @@ -39,13 +39,13 @@ Note—this file is always to be generated, not modified or constructed by a use
{
"_meta": {
"sources": [
{"url": "https://simple.crate.io/", "verify_ssl": true},
{"url": "https://pypi.org/", "verify_ssl": true},
]
},
"default": [
{"name": "requests", "version": "0.11.2", "hash": "...."},
{"name": "requests", "version": "0.11.2", "hash": "..."},
{"name": "Django", "version": "1.6", "hash": "..."},
{"name": "pinax", "git": "git://....", "ref": "1.4", "editable": true},
{"name": "pinax", "git": "git://...", "ref": "1.4", "editable": true},
],
"development": [
{"name": "nose", "version": "1.3.7", "hash": "..."},
Expand Down

0 comments on commit 2806f78

Please sign in to comment.