Skip to content

Commit

Permalink
Exclude "enum34" from "requirements.txt" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Nov 9, 2019
1 parent b1a4377 commit c63ab48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ def requirements(ctx):
"""

message_box('Exporting "requirements.txt" file...')
ctx.run('poetry run pip freeze | grep -v "github.com/colour-science" '
ctx.run('poetry run pip freeze | '
'egrep -v "github.com/colour-science|enum34" '
'> requirements.txt')


Expand Down

0 comments on commit c63ab48

Please sign in to comment.