python3Packages.chalice: cleanup
This commit is contained in:
@@ -1,24 +1,25 @@
|
||||
{
|
||||
lib,
|
||||
attrs,
|
||||
botocore,
|
||||
buildPythonPackage,
|
||||
click,
|
||||
fetchFromGitHub,
|
||||
hypothesis,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
botocore,
|
||||
click,
|
||||
inquirer,
|
||||
jmespath,
|
||||
mypy-extensions,
|
||||
pip,
|
||||
pytestCheckHook,
|
||||
pyyaml,
|
||||
requests,
|
||||
setuptools,
|
||||
six,
|
||||
typing-extensions,
|
||||
watchdog,
|
||||
|
||||
# tests
|
||||
hypothesis,
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
websocket-client,
|
||||
wheel,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -42,9 +43,8 @@ buildPythonPackage rec {
|
||||
jmespath
|
||||
pip
|
||||
pyyaml
|
||||
setuptools
|
||||
# setuptools
|
||||
six
|
||||
wheel
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user