chatblade: 0.6.2 -> 0.6.3

This commit is contained in:
David Morgan 2024-08-29 11:30:56 +00:00
parent 0ea3e4e2a3
commit ed343166a3
No known key found for this signature in database
GPG Key ID: C171251002C200F2

View File

@ -2,41 +2,24 @@
python3Packages.buildPythonApplication rec {
pname = "chatblade";
version = "0.6.2";
version = "0.6.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-N4YzXOlD1ULhiHrqA6CLOwBStQSEbz8yqtOt5mCRWLQ=";
hash = "sha256-4zLyIrBkilZ2ciBRkU41iK6Q8xDTdFJYOYalNeEMApg=";
};
doCheck = false; # there are no tests
pythonImportsCheck = [ "chatblade" ];
propagatedBuildInputs = with python3Packages; [
aiohttp
aiosignal
async-timeout
attrs
certifi
charset-normalizer
frozenlist
idna
markdown-it-py
mdurl
multidict
openai
platformdirs
pygments
pylatexenc
pyyaml
regex
requests
rich
tiktoken
tqdm
urllib3
yarl
];
meta = with lib; {