diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 02ca2bea99..defa2a6c3a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3444,8 +3444,8 @@ RFC6455, regardless of your programming paradigm.") python-priority python-tomli python-wsproto)) - (native-inputs (list python-httpx - python-hypothesis + (native-inputs (list nss-certs-for-test + python-httpx python-poetry-core python-pytest python-pytest-asyncio |