Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Mar 1, 2018
1 parent 287035b commit a713015
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,14 @@ Only the name and a version string are required in this case.
requests = "^2.13.0"
```

Private repositories are not supported yet but are planned.
If you want to use a private repository, you can add it to your `poetry.toml` file, like so:

```toml
[[source]]
name = 'private'
url = 'http://example.com/simple'
```


#### Caret requirement

Expand Down

0 comments on commit a713015

Please sign in to comment.