-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements.txt to use >= required versions to allow for newe…
…r versions to be used (#519) Co-authored-by: Umer Shahid <[email protected]>
- Loading branch information
1 parent
e3b3d84
commit 4712129
Showing
3 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
alabaster==0.7.12 | ||
Babel==2.7.0 | ||
Cerberus==1.3.1 | ||
certifi==2019.6.16 | ||
chardet==3.0.4 | ||
chardet==3.0.4 | ||
alabaster>=0.7.12 | ||
Babel>=2.7.0 | ||
Cerberus>=1.3.1 | ||
certifi>=2019.6.16 | ||
chardet>=3.0.4 | ||
chardet>=3.0.4 | ||
click | ||
colorlog | ||
colorlog | ||
doc8==0.8.0 | ||
docutils==0.14 | ||
gitdb2==2.0.5 | ||
doc8>=0.8.0 | ||
docutils>=0.14 | ||
gitdb2>=2.0.5 | ||
gitpython | ||
idna==2.8 | ||
imagesize==1.1.0 | ||
idna>=2.8 | ||
imagesize>=1.1.0 | ||
Jinja2 | ||
m2r2==0.2.7 | ||
MarkupSafe==1.1.1 | ||
mistune==0.8.4 | ||
oyaml==0.9 | ||
packaging==19.0 | ||
pbr==5.3.1 | ||
m2r2>=0.2.7 | ||
MarkupSafe>=1.1.1 | ||
mistune>=0.8.4 | ||
oyaml>=0.9 | ||
packaging>=19.0 | ||
pbr>=5.3.1 | ||
pluggy | ||
pyelftools==0.26 | ||
Pygments==2.4.2 | ||
pyparsing==2.4.0 | ||
pyelftools>=0.26 | ||
Pygments>=2.4.2 | ||
pyparsing>=2.4.0 | ||
pytablewriter | ||
pytest | ||
python-constraint | ||
python-dateutil==2.8.0 | ||
pytz==2019.1 | ||
python-dateutil>=2.8.0 | ||
pytz>=2019.1 | ||
pyyaml | ||
PyYAML==5.1.1 | ||
requests==2.22.0 | ||
restructuredtext-lint==1.3.0 | ||
PyYAML>=5.1.1 | ||
requests>=2.22.0 | ||
restructuredtext-lint>=1.3.0 | ||
riscv_isac>=0.14.0 | ||
ruamel.yaml>=0.16.0 | ||
six==1.12.0 | ||
smmap2==2.0.5 | ||
snowballstemmer==1.2.1 | ||
Sphinx==3.0.4 | ||
sphinxcontrib-autoyaml==0.5.0 | ||
sphinxcontrib-bibtex==1.0.0 | ||
six>=1.12.0 | ||
smmap2>=2.0.5 | ||
snowballstemmer>=1.2.1 | ||
Sphinx>=3.0.4 | ||
sphinxcontrib-autoyaml>=0.5.0 | ||
sphinxcontrib-bibtex>=1.0.0 | ||
sphinxcontrib-mermaid | ||
sphinxcontrib-websupport==1.1.2 | ||
sphinx-rtd-theme==0.4.3 | ||
sphinxcontrib-websupport>=1.1.2 | ||
sphinx-rtd-theme>=0.4.3 | ||
sphinx_tabs | ||
stevedore==1.30.1 | ||
twine==1.13.0 | ||
urllib3==1.25.3 | ||
stevedore>=1.30.1 | ||
twine>=1.13.0 | ||
urllib3>=1.25.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
alabaster==0.7.12 | ||
Babel==2.7.0 | ||
Cerberus==1.3.1 | ||
certifi==2019.6.16 | ||
chardet==3.0.4 | ||
chardet==3.0.4 | ||
alabaster>=0.7.12 | ||
Babel>=2.7.0 | ||
Cerberus>=1.3.1 | ||
certifi>=2019.6.16 | ||
chardet>=3.0.4 | ||
chardet>=3.0.4 | ||
click | ||
colorlog | ||
colorlog | ||
doc8==0.8.0 | ||
docutils==0.14 | ||
gitdb2==2.0.5 | ||
doc8>=0.8.0 | ||
docutils>=0.14 | ||
gitdb2>=2.0.5 | ||
gitpython | ||
idna==2.8 | ||
imagesize==1.1.0 | ||
idna>=2.8 | ||
imagesize>=1.1.0 | ||
Jinja2 | ||
m2r2==0.2.7 | ||
MarkupSafe==1.1.1 | ||
mistune==0.8.4 | ||
oyaml==0.9 | ||
packaging==19.0 | ||
pbr==5.3.1 | ||
m2r2>=0.2.7 | ||
MarkupSafe>=1.1.1 | ||
mistune>=0.8.4 | ||
oyaml>=0.9 | ||
packaging>=19.0 | ||
pbr>=5.3.1 | ||
pluggy | ||
pyelftools==0.26 | ||
Pygments==2.4.2 | ||
pyparsing==2.4.0 | ||
pyelftools>=0.26 | ||
Pygments>=2.4.2 | ||
pyparsing>=2.4.0 | ||
pytablewriter | ||
pytest | ||
python-constraint | ||
python-dateutil==2.8.0 | ||
pytz==2019.1 | ||
python-dateutil>=2.8.0 | ||
pytz>=2019.1 | ||
pyyaml | ||
PyYAML==5.1.1 | ||
requests==2.22.0 | ||
restructuredtext-lint==1.3.0 | ||
PyYAML>=5.1.1 | ||
requests>=2.22.0 | ||
restructuredtext-lint>=1.3.0 | ||
riscv_isac>=0.14.0 | ||
ruamel.yaml>=0.16.0 | ||
six==1.12.0 | ||
smmap2==2.0.5 | ||
snowballstemmer==1.2.1 | ||
Sphinx==3.0.4 | ||
sphinxcontrib-autoyaml==0.5.0 | ||
sphinxcontrib-bibtex==1.0.0 | ||
six>=1.12.0 | ||
smmap2>=2.0.5 | ||
snowballstemmer>=1.2.1 | ||
Sphinx>=3.0.4 | ||
sphinxcontrib-autoyaml>=0.5.0 | ||
sphinxcontrib-bibtex>=1.0.0 | ||
sphinxcontrib-mermaid | ||
sphinxcontrib-websupport==1.1.2 | ||
sphinx-rtd-theme==0.4.3 | ||
sphinxcontrib-websupport>=1.1.2 | ||
sphinx-rtd-theme>=0.4.3 | ||
sphinx_tabs | ||
stevedore==1.30.1 | ||
twine==1.13.0 | ||
urllib3==1.25.3 | ||
stevedore>=1.30.1 | ||
twine>=1.13.0 | ||
urllib3>=1.25.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
alabaster==0.7.12 | ||
Babel==2.7.0 | ||
Cerberus==1.3.1 | ||
certifi==2019.6.16 | ||
chardet==3.0.4 | ||
chardet==3.0.4 | ||
alabaster>=0.7.12 | ||
Babel>=2.7.0 | ||
Cerberus>=1.3.1 | ||
certifi>=2019.6.16 | ||
chardet>=3.0.4 | ||
chardet>=3.0.4 | ||
click | ||
colorlog | ||
colorlog | ||
doc8==0.8.0 | ||
docutils==0.14 | ||
gitdb2==2.0.5 | ||
doc8>=0.8.0 | ||
docutils>=0.14 | ||
gitdb2>=2.0.5 | ||
gitpython | ||
idna==2.8 | ||
imagesize==1.1.0 | ||
idna>=2.8 | ||
imagesize>=1.1.0 | ||
Jinja2 | ||
m2r2==0.2.7 | ||
MarkupSafe==1.1.1 | ||
mistune==0.8.4 | ||
oyaml==0.9 | ||
packaging==19.0 | ||
pbr==5.3.1 | ||
m2r2>=0.2.7 | ||
MarkupSafe>=1.1.1 | ||
mistune>=0.8.4 | ||
oyaml>=0.9 | ||
packaging>=19.0 | ||
pbr>=5.3.1 | ||
pluggy | ||
pyelftools==0.26 | ||
Pygments==2.4.2 | ||
pyparsing==2.4.0 | ||
pyelftools>=0.26 | ||
Pygments>=2.4.2 | ||
pyparsing>=2.4.0 | ||
pytablewriter | ||
pytest | ||
python-constraint | ||
python-dateutil==2.8.0 | ||
pytz==2019.1 | ||
python-dateutil>=2.8.0 | ||
pytz>=2019.1 | ||
pyyaml | ||
PyYAML==5.1.1 | ||
requests==2.22.0 | ||
restructuredtext-lint==1.3.0 | ||
PyYAML>=5.1.1 | ||
requests>=2.22.0 | ||
restructuredtext-lint>=1.3.0 | ||
riscv_isac>=0.14.0 | ||
ruamel.yaml>=0.16.0 | ||
six==1.12.0 | ||
smmap2==2.0.5 | ||
snowballstemmer==1.2.1 | ||
Sphinx==3.0.4 | ||
sphinxcontrib-autoyaml==0.5.0 | ||
sphinxcontrib-bibtex==1.0.0 | ||
six>=1.12.0 | ||
smmap2>=2.0.5 | ||
snowballstemmer>=1.2.1 | ||
Sphinx>=3.0.4 | ||
sphinxcontrib-autoyaml>=0.5.0 | ||
sphinxcontrib-bibtex>=1.0.0 | ||
sphinxcontrib-mermaid | ||
sphinxcontrib-websupport==1.1.2 | ||
sphinx-rtd-theme==0.4.3 | ||
sphinxcontrib-websupport>=1.1.2 | ||
sphinx-rtd-theme>=0.4.3 | ||
sphinx_tabs | ||
stevedore==1.30.1 | ||
twine==1.13.0 | ||
urllib3==1.25.3 | ||
stevedore>=1.30.1 | ||
twine>=1.13.0 | ||
urllib3>=1.25.3 |