Skip to content

Commit

Permalink
Update "requirements.txt" file. (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar authored Apr 13, 2021
1 parent f01ec88 commit 656a301
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
83 changes: 42 additions & 41 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,65 +1,66 @@
alabaster==0.7.12
appdirs==1.4.4
attrs==19.3.0
Babel==2.8.0
bleach==3.1.5
certifi==2020.6.20
attrs==20.3.0
Babel==2.9.0
bleach==3.3.0
certifi==2020.12.5
cfgv==3.2.0
chardet==3.0.4
colorama==0.4.3
coverage==5.2.1
coveralls==2.1.2
decorator==4.4.2
chardet==4.0.0
colorama==0.4.4
coverage==5.5
coveralls==3.0.1
distlib==0.3.1
docopt==0.6.2
docutils==0.16
docutils==0.17
filelock==3.0.12
flake8==3.8.3
identify==1.4.26
flake8==3.9.0
identify==2.2.2
idna==2.10
imagesize==1.2.0
iniconfig==1.0.1
invoke==1.4.1
Jinja2==2.11.2
keyring==21.3.0
importlib-metadata==3.10.0
iniconfig==1.1.1
invoke==1.5.0
Jinja2==2.11.3
keyring==23.0.1
MarkupSafe==1.1.1
mccabe==0.6.1
more-itertools==8.4.0
networkx==2.4
nodeenv==1.4.0
nodeenv==1.5.0
nose==1.3.7
packaging==20.4
pkginfo==1.5.0.1
packaging==20.9
pip==21.0.1
pkginfo==1.7.0
pluggy==0.13.1
pre-commit==2.6.0
py==1.9.0
pycodestyle==2.6.0
pyflakes==2.2.0
Pygments==2.6.1
pygraphviz==1.6
pre-commit==2.11.1
py==1.10.0
pycodestyle==2.7.0
pyflakes==2.3.1
Pygments==2.8.1
pyparsing==2.4.7
pytest==6.0.1
pytz==2020.1
PyYAML==5.3.1
readme-renderer==26.0
requests==2.24.0
pytest==6.2.3
pytz==2021.1
PyYAML==5.4.1
readme-renderer==29.0
requests==2.25.1
requests-toolbelt==0.9.1
restructuredtext-lint==1.3.1
restructuredtext-lint==1.3.2
rfc3986==1.4.0
setuptools==53.0.0
six==1.15.0
snowballstemmer==2.0.0
Sphinx==3.2.1
sphinx-rtd-theme==0.5.0
snowballstemmer==2.1.0
Sphinx==3.5.3
sphinx-rtd-theme==0.5.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
toml==0.10.1
tqdm==4.48.2
twine==3.2.0
urllib3==1.25.10
virtualenv==20.0.30
toml==0.10.2
tqdm==4.59.0
twine==3.4.1
urllib3==1.26.4
virtualenv==20.4.3
webencodings==0.5.1
wheel==0.36.2
yapf==0.23.0
zipp==3.4.1
4 changes: 3 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ def requirements(ctx):
"""

message_box('Exporting "requirements.txt" file...')
ctx.run('poetry run pip freeze > requirements.txt')
ctx.run('poetry run pip list --format=freeze | '
'egrep -v "opencolorio-config-aces" '
'> requirements.txt')


@task(requirements)
Expand Down

0 comments on commit 656a301

Please sign in to comment.