Skip to content

Commit 8ab58d8

Browse files
committed
Update "requirements.txt" file.
1 parent ee58d36 commit 8ab58d8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
alabaster==0.7.12
22
atomicwrites==1.3.0
33
attrs==19.2.0
4-
babel==2.7.0
4+
Babel==2.7.0
55
biblib-simple==0.1.1
66
bleach==3.1.0
77
certifi==2019.9.11
88
chardet==3.0.4
9-
colorama==0.4.1; sys_platform == "win32"
9+
colour==0.3.13
10+
colour-demosaicing==0.1.4
1011
colour-science==0.3.13
1112
coverage==4.5.4
1213
coveralls==1.8.2
@@ -17,11 +18,11 @@ flake8==3.7.8
1718
idna==2.8
1819
imageio==2.5.0
1920
imagesize==1.1.0
20-
importlib-metadata==0.23; python_version < "3.8"
21+
importlib-metadata==0.23
2122
invoke==1.3.0
22-
jinja2==2.10.3
23+
Jinja2==2.10.3
2324
latexcodec==1.0.7
24-
markupsafe==1.1.1
25+
MarkupSafe==1.1.1
2526
mccabe==0.6.1
2627
mock==3.0.5
2728
more-itertools==7.2.0
@@ -30,28 +31,27 @@ numpy==1.17.2
3031
opencv-python==4.1.1.26
3132
oset==0.1.3
3233
packaging==19.2
33-
pathlib2==2.3.5; python_version < "3.6"
34-
pillow==6.2.0
34+
Pillow==6.2.0
3535
pkginfo==1.5.0.1
3636
pluggy==0.13.0
3737
py==1.8.0
3838
pybtex==0.22.2
3939
pybtex-docutils==0.2.1
4040
pycodestyle==2.5.0
4141
pyflakes==2.1.1
42-
pygments==2.4.2
42+
Pygments==2.4.2
4343
pyparsing==2.4.2
4444
pytest==5.2.0
4545
pytz==2019.2
46-
pyyaml==5.1.2
46+
PyYAML==5.1.2
4747
readme-renderer==24.0
4848
requests==2.22.0
4949
requests-toolbelt==0.9.1
5050
restructuredtext-lint==1.3.0
5151
scipy==1.3.1
5252
six==1.12.0
5353
snowballstemmer==2.0.0
54-
sphinx==2.2.0
54+
Sphinx==2.2.0
5555
sphinx-rtd-theme==0.4.3
5656
sphinxcontrib-applehelp==1.0.1
5757
sphinxcontrib-bibtex==1.0.0
@@ -67,4 +67,4 @@ urllib3==1.25.6
6767
wcwidth==0.1.7
6868
webencodings==0.5.1
6969
yapf==0.23.0
70-
zipp==0.6.0; python_version < "3.8"
70+
zipp==0.6.0

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ def requirements(ctx):
302302
"""
303303

304304
message_box('Exporting "requirements.txt" file...')
305-
ctx.run('poetry export -f requirements.txt --without-hashes --dev '
306-
'-o requirements.txt')
305+
ctx.run('poetry run pip freeze | grep -v "github.com/colour-science" '
306+
'> requirements.txt')
307307

308308

309309
@task(preflight, docs, todo, requirements)

0 commit comments

Comments
 (0)