Skip to content

Commit 097c00b

Browse files
committed
List our own dependencies in docs-requirements
1 parent 4924640 commit 097c00b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
sphinx >= 1.7.0
22
sphinx_rtd_theme
33
sphinxcontrib-trio
4+
trio >= 0.15.0
5+
outcome
6+
attrs

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
install_requires = [
5656
"trio >= 0.15.0",
57+
"attrs",
5758
"outcome",
5859
]
5960
if sys.version_info < (3, 7):

0 commit comments

Comments
 (0)