Skip to content

Commit 090ffd2

Browse files
committed
fix requirements
1 parent 6ca746a commit 090ffd2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
PyYAML
22
coverage
33
nose
4-
jinja2
4+
jinja2
5+
Sphinx

requirements_python2.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
-r requirements.txt
2-
unittest2
3-
Sphinx==2.7
2+
unittest2

requirements_python3.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
-r requirements.txt
2-
unittest2py3k
3-
Sphinx==2.6
2+
unittest2py3k

0 commit comments

Comments
 (0)