Commit 754f710a authored by 谭九鼎's avatar 谭九鼎 Committed by GitHub

Update dependency_management.rst

parent 1ba4f4e0
...@@ -266,7 +266,7 @@ the two dependencies ``PDF`` maps to. ...@@ -266,7 +266,7 @@ the two dependencies ``PDF`` maps to.
The second use case is that other package can use this "extra" for their The second use case is that other package can use this "extra" for their
own dependencies. For example, if "Project-B" needs "project A" with PDF support own dependencies. For example, if "Project-B" needs "project A" with PDF support
installed, it might declare the dependency like this:: installed, it might declare the dependency like this:
.. code-block:: ini .. code-block:: ini
...@@ -309,4 +309,4 @@ In some cases, you might need to specify the minimum required python version. ...@@ -309,4 +309,4 @@ In some cases, you might need to specify the minimum required python version.
This is handled with the ``python_requires`` keyword supplied to ``setup.cfg`` This is handled with the ``python_requires`` keyword supplied to ``setup.cfg``
or ``setup.py``. or ``setup.py``.
Example WIP Example WIP
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment