forked from orbit-oss/flask
Merge branch 'master' of https://github.com/mitsuhiko/flask
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
commit
b51e368cc7
12 changed files with 50 additions and 12 deletions
|
|
@ -122,7 +122,7 @@ requirements. Here some examples::
|
|||
'BrokenPackage>=0.7,<=1.0'
|
||||
]
|
||||
|
||||
As mentioned earlier that dependencies are pulled from PyPI. What if you
|
||||
As mentioned earlier, dependencies are pulled from PyPI. What if you
|
||||
want to depend on a package that cannot be found on PyPI and won't be
|
||||
because it is an internal package you don't want to share with anyone?
|
||||
Just still do as if there was a PyPI entry for it and provide a list of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue