[tests] Fix tox ImportError

This commit is contained in:
missytake 2023-03-18 13:48:09 +01:00 committed by Gitea
parent eaf187513e
commit 1d1eb47fe6

View file

@ -29,5 +29,6 @@ setup(
'pytoml', 'pytoml',
'requests', 'requests',
'scrypt', 'scrypt',
'httpx',
], ],
) )