Merge pull request #116824 from siraben/archivy-update
archivy: 1.0.2 -> 1.1.1
This commit is contained in:
commit
6e320017f7
@ -1,15 +1,15 @@
|
|||||||
{ lib, python3, fetchPypi, appdirs, attrs, requests,
|
{ lib, buildPythonApplication, fetchPypi, appdirs, attrs
|
||||||
beautifulsoup4, click-plugins, elasticsearch, flask_login, flask_wtf,
|
, beautifulsoup4, click-plugins, elasticsearch, flask-compress
|
||||||
pypandoc, python-dotenv, python-frontmatter, tinydb, validators,
|
, flask_login, flask_wtf, html2text, python-dotenv, python-frontmatter
|
||||||
watchdog, wtforms, html2text, flask-compress }:
|
, requests, tinydb, validators, werkzeug, wtforms }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "archivy";
|
pname = "archivy";
|
||||||
version = "1.0.2";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6f706b925175852d8101a4afe2304ab7ee7d56e9658538b9a8e49e925978b87e";
|
sha256 = "sha256-yUXsTPb5oJYZA9MlHz7eLowRjD/ltq5VLTHeOMqcL/M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Relax some dependencies
|
# Relax some dependencies
|
||||||
@ -30,18 +30,17 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
click-plugins
|
click-plugins
|
||||||
elasticsearch
|
elasticsearch
|
||||||
|
flask-compress
|
||||||
flask_login
|
flask_login
|
||||||
flask_wtf
|
flask_wtf
|
||||||
pypandoc
|
html2text
|
||||||
python-dotenv
|
python-dotenv
|
||||||
python-frontmatter
|
python-frontmatter
|
||||||
tinydb
|
|
||||||
requests
|
requests
|
||||||
|
tinydb
|
||||||
validators
|
validators
|
||||||
watchdog
|
werkzeug
|
||||||
wtforms
|
wtforms
|
||||||
html2text
|
|
||||||
flask-compress
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# __init__.py attempts to mkdir in read-only file system
|
# __init__.py attempts to mkdir in read-only file system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user