flexget: unbreak by adding some more explicit dependencies
This commit is contained in:
parent
7b782b4da3
commit
9a4208b06f
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
ln -sf requirements.in requirements.txt
|
ln -sf requirements.in requirements.txt
|
||||||
|
|
||||||
# remove dependency constraints
|
# remove dependency constraints
|
||||||
sed 's/[>=]=.*//' -i requirements.txt
|
sed 's/[~<>=].*//' -i requirements.txt
|
||||||
|
|
||||||
# "zxcvbn-python" was renamed to "zxcvbn", and we don't have the former in
|
# "zxcvbn-python" was renamed to "zxcvbn", and we don't have the former in
|
||||||
# nixpkgs. See: https://github.com/NixOS/nixpkgs/issues/62110
|
# nixpkgs. See: https://github.com/NixOS/nixpkgs/issues/62110
|
||||||
|
@ -35,6 +35,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
# See https://github.com/Flexget/Flexget/blob/master/requirements.in
|
# See https://github.com/Flexget/Flexget/blob/master/requirements.in
|
||||||
APScheduler
|
APScheduler
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
|
click
|
||||||
|
colorama
|
||||||
feedparser
|
feedparser
|
||||||
guessit
|
guessit
|
||||||
html5lib
|
html5lib
|
||||||
|
@ -62,6 +64,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
flask-restx
|
flask-restx
|
||||||
flask
|
flask
|
||||||
pyparsing
|
pyparsing
|
||||||
|
werkzeug
|
||||||
zxcvbn
|
zxcvbn
|
||||||
|
|
||||||
# Plugins requirements
|
# Plugins requirements
|
||||||
|
|
Loading…
Reference in a new issue