We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3a3f0 commit 514be80Copy full SHA for 514be80
hypothesis-python/docs/packaging.rst
@@ -45,11 +45,10 @@ Hypothesis has *mandatory* dependencies on the following libraries:
45
46
Hypothesis has *optional* dependencies on the following libraries:
47
48
-.. literalinclude:: ../setup.py
49
- :prepend: extras_require = {
50
- :start-after: extras = {
51
- :end-before: }
52
- :append: }
+.. literalinclude:: ../pyproject.toml
+ :prepend: [project.optional-dependencies]
+ :start-after: [project.optional-dependencies]
+ :end-before: # Avoid changing this by hand
53
54
The way this works when installing Hypothesis normally is that these features become available if the relevant
55
library is installed.
0 commit comments