Another dependency.

This commit is contained in:
Itamar Turner-Trauring 2021-11-12 12:00:07 -05:00
parent e7a5d14c0e
commit 777d630f48
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
, setuptools, setuptoolsTrial, pyasn1, zope_interface
, service-identity, pyyaml, magic-wormhole, treq, appdirs
, beautifulsoup4, eliot, autobahn, cryptography, netifaces
, html5lib, pyutil, distro, configparser, klein, treq
, html5lib, pyutil, distro, configparser, klein, treq, cbor2
}:
python.pkgs.buildPythonPackage rec {
# Most of the time this is not exactly the release version (eg 1.16.0).

View File

@ -144,6 +144,7 @@ install_requires = [
# HTTP server and client
"klein",
"treq",
"cbor2"
]
setup_requires = [