Skip to content

Commit

Permalink
Explicitly add used requires
Browse files Browse the repository at this point in the history
- This does not make much sense without click,
  the version range comes from tox.ini
- Docutils is a transitive dependency from sphinx,
  but this extension currently imports from it directly.
  • Loading branch information
hroncok authored and stephenfin committed Feb 24, 2021
1 parent 54b80c8 commit 8712375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pbr>=2.0
sphinx>=1.5,<4.0
click>=6.0,<8.0
docutils

0 comments on commit 8712375

Please sign in to comment.