Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 2922d89

Browse files
committed
Merge pull request #2412 from danielgtaylor/doc-requirements
Add seperate doc requirements. Fixes #2412.
2 parents 8c4cc67 + 6aa1da9 commit 2922d89

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements-docs.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
requests>=1.2.3,<=2.0.1
2+
rsa==3.1.4
3+
Sphinx==1.1.3
4+
simplejson==3.5.2
5+
argparse==1.2.1
6+
paramiko>=1.10.0
7+
PyYAML>=3.10

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ nose==1.3.3
33
requests>=1.2.3,<=2.0.1
44
rsa==3.1.4
55
tox>=1.6.2
6-
Sphinx==1.1.3
76
simplejson==3.5.2
87
argparse==1.2.1
98
httpretty>=0.7.0

0 commit comments

Comments
 (0)