Skip to content

Commit 656a301

Browse files
authored
Update "requirements.txt" file. (#15)
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent f01ec88 commit 656a301

File tree

2 files changed

+45
-42
lines changed

2 files changed

+45
-42
lines changed

requirements.txt

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,66 @@
11
alabaster==0.7.12
22
appdirs==1.4.4
3-
attrs==19.3.0
4-
Babel==2.8.0
5-
bleach==3.1.5
6-
certifi==2020.6.20
3+
attrs==20.3.0
4+
Babel==2.9.0
5+
bleach==3.3.0
6+
certifi==2020.12.5
77
cfgv==3.2.0
8-
chardet==3.0.4
9-
colorama==0.4.3
10-
coverage==5.2.1
11-
coveralls==2.1.2
12-
decorator==4.4.2
8+
chardet==4.0.0
9+
colorama==0.4.4
10+
coverage==5.5
11+
coveralls==3.0.1
1312
distlib==0.3.1
1413
docopt==0.6.2
15-
docutils==0.16
14+
docutils==0.17
1615
filelock==3.0.12
17-
flake8==3.8.3
18-
identify==1.4.26
16+
flake8==3.9.0
17+
identify==2.2.2
1918
idna==2.10
2019
imagesize==1.2.0
21-
iniconfig==1.0.1
22-
invoke==1.4.1
23-
Jinja2==2.11.2
24-
keyring==21.3.0
20+
importlib-metadata==3.10.0
21+
iniconfig==1.1.1
22+
invoke==1.5.0
23+
Jinja2==2.11.3
24+
keyring==23.0.1
2525
MarkupSafe==1.1.1
2626
mccabe==0.6.1
27-
more-itertools==8.4.0
28-
networkx==2.4
29-
nodeenv==1.4.0
27+
nodeenv==1.5.0
3028
nose==1.3.7
31-
packaging==20.4
32-
pkginfo==1.5.0.1
29+
packaging==20.9
30+
pip==21.0.1
31+
pkginfo==1.7.0
3332
pluggy==0.13.1
34-
pre-commit==2.6.0
35-
py==1.9.0
36-
pycodestyle==2.6.0
37-
pyflakes==2.2.0
38-
Pygments==2.6.1
39-
pygraphviz==1.6
33+
pre-commit==2.11.1
34+
py==1.10.0
35+
pycodestyle==2.7.0
36+
pyflakes==2.3.1
37+
Pygments==2.8.1
4038
pyparsing==2.4.7
41-
pytest==6.0.1
42-
pytz==2020.1
43-
PyYAML==5.3.1
44-
readme-renderer==26.0
45-
requests==2.24.0
39+
pytest==6.2.3
40+
pytz==2021.1
41+
PyYAML==5.4.1
42+
readme-renderer==29.0
43+
requests==2.25.1
4644
requests-toolbelt==0.9.1
47-
restructuredtext-lint==1.3.1
45+
restructuredtext-lint==1.3.2
4846
rfc3986==1.4.0
47+
setuptools==53.0.0
4948
six==1.15.0
50-
snowballstemmer==2.0.0
51-
Sphinx==3.2.1
52-
sphinx-rtd-theme==0.5.0
49+
snowballstemmer==2.1.0
50+
Sphinx==3.5.3
51+
sphinx-rtd-theme==0.5.1
5352
sphinxcontrib-applehelp==1.0.2
5453
sphinxcontrib-devhelp==1.0.2
5554
sphinxcontrib-htmlhelp==1.0.3
5655
sphinxcontrib-jsmath==1.0.1
5756
sphinxcontrib-qthelp==1.0.3
5857
sphinxcontrib-serializinghtml==1.1.4
59-
toml==0.10.1
60-
tqdm==4.48.2
61-
twine==3.2.0
62-
urllib3==1.25.10
63-
virtualenv==20.0.30
58+
toml==0.10.2
59+
tqdm==4.59.0
60+
twine==3.4.1
61+
urllib3==1.26.4
62+
virtualenv==20.4.3
6463
webencodings==0.5.1
64+
wheel==0.36.2
6565
yapf==0.23.0
66+
zipp==3.4.1

tasks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,9 @@ def requirements(ctx):
261261
"""
262262

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

266268

267269
@task(requirements)

0 commit comments

Comments
 (0)