File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
alabaster == 0.7.12
2
2
atomicwrites == 1.3.0
3
3
attrs == 19.2.0
4
- babel == 2.7.0
4
+ Babel == 2.7.0
5
5
biblib-simple == 0.1.1
6
6
bleach == 3.1.0
7
7
certifi == 2019.9.11
8
8
chardet == 3.0.4
9
- colorama == 0.4.1 ; sys_platform == "win32"
9
+ colour == 0.3.13
10
+ colour-demosaicing == 0.1.4
10
11
colour-science == 0.3.13
11
12
coverage == 4.5.4
12
13
coveralls == 1.8.2
@@ -17,11 +18,11 @@ flake8==3.7.8
17
18
idna == 2.8
18
19
imageio == 2.5.0
19
20
imagesize == 1.1.0
20
- importlib-metadata == 0.23 ; python_version < "3.8"
21
+ importlib-metadata == 0.23
21
22
invoke == 1.3.0
22
- jinja2 == 2.10.3
23
+ Jinja2 == 2.10.3
23
24
latexcodec == 1.0.7
24
- markupsafe == 1.1.1
25
+ MarkupSafe == 1.1.1
25
26
mccabe == 0.6.1
26
27
mock == 3.0.5
27
28
more-itertools == 7.2.0
@@ -30,28 +31,27 @@ numpy==1.17.2
30
31
opencv-python == 4.1.1.26
31
32
oset == 0.1.3
32
33
packaging == 19.2
33
- pathlib2 == 2.3.5 ; python_version < "3.6"
34
- pillow == 6.2.0
34
+ Pillow == 6.2.0
35
35
pkginfo == 1.5.0.1
36
36
pluggy == 0.13.0
37
37
py == 1.8.0
38
38
pybtex == 0.22.2
39
39
pybtex-docutils == 0.2.1
40
40
pycodestyle == 2.5.0
41
41
pyflakes == 2.1.1
42
- pygments == 2.4.2
42
+ Pygments == 2.4.2
43
43
pyparsing == 2.4.2
44
44
pytest == 5.2.0
45
45
pytz == 2019.2
46
- pyyaml == 5.1.2
46
+ PyYAML == 5.1.2
47
47
readme-renderer == 24.0
48
48
requests == 2.22.0
49
49
requests-toolbelt == 0.9.1
50
50
restructuredtext-lint == 1.3.0
51
51
scipy == 1.3.1
52
52
six == 1.12.0
53
53
snowballstemmer == 2.0.0
54
- sphinx == 2.2.0
54
+ Sphinx == 2.2.0
55
55
sphinx-rtd-theme == 0.4.3
56
56
sphinxcontrib-applehelp == 1.0.1
57
57
sphinxcontrib-bibtex == 1.0.0
@@ -67,4 +67,4 @@ urllib3==1.25.6
67
67
wcwidth == 0.1.7
68
68
webencodings == 0.5.1
69
69
yapf == 0.23.0
70
- zipp == 0.6.0 ; python_version < "3.8"
70
+ zipp == 0.6.0
Original file line number Diff line number Diff line change @@ -302,8 +302,8 @@ def requirements(ctx):
302
302
"""
303
303
304
304
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' )
307
307
308
308
309
309
@task (preflight , docs , todo , requirements )
You can’t perform that action at this time.
0 commit comments