Skip to content

Commit 58cd96c

Browse files
author
Birger Schacht
committed
Make version requirements less rigid
1 parent 3f24fe1 commit 58cd96c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
recommonmark==0.6.0
2-
Sphinx==3.2.1
3-
sphinx-markdown-tables==0.0.15
4-
PyYAML==5.3.1
1+
recommonmark>=0.6.0
2+
Sphinx>=3.2.1
3+
sphinx-markdown-tables>=0.0.15
4+
PyYAML>=5.3.1
55
dnspython>=1.11.1
66
psutil>=1.2.1
77
python-dateutil>=2.5

0 commit comments

Comments
 (0)