mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
python3Packages: remove unused arguments
This commit is contained in:
parent
255a6ab745
commit
204e777692
@ -9,7 +9,6 @@
|
||||
libusb1,
|
||||
mock,
|
||||
pyasn1,
|
||||
pythonAtLeast,
|
||||
pycryptodome,
|
||||
pytestCheckHook,
|
||||
rsa,
|
||||
|
@ -6,7 +6,6 @@
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
pyjwt,
|
||||
pytest-aiohttp,
|
||||
pytestCheckHook,
|
||||
python-dateutil,
|
||||
pythonOlder,
|
||||
|
@ -8,7 +8,6 @@
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
typer,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -3,7 +3,6 @@
|
||||
fetchPypi,
|
||||
lib,
|
||||
pytest-asyncio,
|
||||
pytest-cov,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
pyyaml,
|
||||
scikit-image,
|
||||
scikit-learn,
|
||||
scipy,
|
||||
typing-extensions,
|
||||
|
||||
deepdiff,
|
||||
pytestCheckHook,
|
||||
|
@ -3,7 +3,6 @@
|
||||
pkgs,
|
||||
python3Packages,
|
||||
podman,
|
||||
oniguruma,
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
}:
|
||||
|
@ -11,7 +11,6 @@
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -15,8 +15,6 @@
|
||||
scipy,
|
||||
setuptools-scm,
|
||||
setuptools,
|
||||
tomli,
|
||||
wheel,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools-scm,
|
||||
future,
|
||||
cppy,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
backoff,
|
||||
sparqlwrapper,
|
||||
boto3,
|
||||
buildPythonPackage,
|
||||
|
@ -6,7 +6,6 @@
|
||||
msrestazure,
|
||||
azure-common,
|
||||
azure-mgmt-core,
|
||||
azure-mgmt-nspkg,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
azure-common,
|
||||
azure-mgmt-core,
|
||||
azure-mgmt-nspkg,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
isodate,
|
||||
|
@ -5,7 +5,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
msrest,
|
||||
msrestazure,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
@ -6,7 +6,6 @@
|
||||
azure-common,
|
||||
azure-core,
|
||||
isodate,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -5,7 +5,6 @@
|
||||
cryptography,
|
||||
fetchPypi,
|
||||
isodate,
|
||||
msrest,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
|
@ -6,7 +6,6 @@
|
||||
fetchFromGitHub,
|
||||
frelatage,
|
||||
libiconv,
|
||||
maturin,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
rustc,
|
||||
|
@ -1,16 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
basemap,
|
||||
cython,
|
||||
geos,
|
||||
numpy,
|
||||
matplotlib,
|
||||
pyproj,
|
||||
pyshp,
|
||||
python,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonAtLeast,
|
||||
basemap-data,
|
||||
cython,
|
||||
geos,
|
||||
|
@ -4,7 +4,6 @@
|
||||
fetchPypi,
|
||||
numpy,
|
||||
scipy,
|
||||
scikit-learn,
|
||||
matplotlib,
|
||||
unittestCheckHook,
|
||||
}:
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
isPyPy,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
cffi,
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
python,
|
||||
pbr,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "bencoder";
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonAtLeast,
|
||||
python,
|
||||
nose,
|
||||
mock,
|
||||
|
@ -4,16 +4,13 @@
|
||||
beautifulsoup4,
|
||||
blender,
|
||||
boxx,
|
||||
bpycv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchPypi,
|
||||
minexr,
|
||||
opencv4,
|
||||
python3Packages,
|
||||
requests,
|
||||
runCommand,
|
||||
writeText,
|
||||
zcs,
|
||||
}:
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
pyperclip,
|
||||
pyxdg,
|
||||
requests,
|
||||
substituteAll,
|
||||
typing-extensions,
|
||||
urwid,
|
||||
watchdog,
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pycryptodome,
|
||||
pygithub,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
|
@ -6,8 +6,6 @@
|
||||
packbits,
|
||||
pillow,
|
||||
pyusb,
|
||||
pytest,
|
||||
mock,
|
||||
click,
|
||||
attrs,
|
||||
lib,
|
||||
|
@ -7,7 +7,6 @@
|
||||
jinja2,
|
||||
mako,
|
||||
passlib,
|
||||
pytest,
|
||||
pyyaml,
|
||||
requests,
|
||||
rtoml,
|
||||
|
@ -6,8 +6,6 @@
|
||||
fetchPypi,
|
||||
lib,
|
||||
substituteAll,
|
||||
makeFontsConf,
|
||||
freefont_ttf,
|
||||
pikepdf,
|
||||
pytestCheckHook,
|
||||
cairo,
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
frozendict,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
|
@ -12,12 +12,7 @@
|
||||
josepy,
|
||||
parsedatetime,
|
||||
pyrfc3339,
|
||||
pyopenssl,
|
||||
pytz,
|
||||
requests,
|
||||
six,
|
||||
zope-component,
|
||||
zope-interface,
|
||||
setuptools,
|
||||
dialog,
|
||||
gnureadline,
|
||||
|
@ -15,7 +15,6 @@
|
||||
pyyaml,
|
||||
regex,
|
||||
sarif-om,
|
||||
setuptools,
|
||||
sympy,
|
||||
}:
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
hatchling,
|
||||
publicsuffixlist,
|
||||
pyleri,
|
||||
iana-etc,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
|
@ -4,13 +4,9 @@
|
||||
clarifai-grpc,
|
||||
fetchFromGitHub,
|
||||
inquirerpy,
|
||||
llama-index-core,
|
||||
numpy,
|
||||
opencv4,
|
||||
pandas,
|
||||
pillow,
|
||||
pycocotools,
|
||||
pypdf,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
|
@ -8,8 +8,6 @@
|
||||
pytestCheckHook,
|
||||
pygments,
|
||||
tabulate,
|
||||
terminaltables,
|
||||
wcwidth,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
python,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
unittestCheckHook,
|
||||
|
@ -8,7 +8,6 @@
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
pyvmomi,
|
||||
qemu,
|
||||
requests,
|
||||
|
@ -5,7 +5,6 @@
|
||||
cmake,
|
||||
cppe,
|
||||
eigen,
|
||||
python,
|
||||
pybind11,
|
||||
numpy,
|
||||
h5py,
|
||||
|
@ -21,7 +21,6 @@
|
||||
pyyaml,
|
||||
responses,
|
||||
setuptools-scm,
|
||||
setuptools,
|
||||
snap-helpers,
|
||||
}:
|
||||
|
||||
|
@ -5,8 +5,6 @@
|
||||
nix-update-script,
|
||||
overrides,
|
||||
setuptools,
|
||||
pytest-check,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pydantic_1,
|
||||
pyyaml,
|
||||
|
@ -19,7 +19,6 @@
|
||||
hypothesis,
|
||||
git,
|
||||
squashfsTools,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
stdenv,
|
||||
}:
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
isPyPy,
|
||||
python,
|
||||
blas,
|
||||
lapack,
|
||||
suitesparse,
|
||||
|
@ -9,7 +9,6 @@
|
||||
pytest-vcr,
|
||||
pytestCheckHook,
|
||||
python-dateutil,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
requests,
|
||||
vcrpy,
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
datasette,
|
||||
fetchFromGitHub,
|
||||
pytest-asyncio,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pipInstallHook,
|
||||
writeText,
|
||||
blessed,
|
||||
docutils,
|
||||
libcxx,
|
||||
|
@ -10,7 +10,6 @@
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
urllib3,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
click,
|
||||
dateutils,
|
||||
dbt-postgres,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
hypothesis,
|
||||
|
@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
django,
|
||||
six,
|
||||
python,
|
||||
}:
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
graphene-django,
|
||||
|
||||
# tests
|
||||
python,
|
||||
pytest-django,
|
||||
pytestCheckHook
|
||||
}:
|
||||
|
@ -12,7 +12,6 @@
|
||||
# tests
|
||||
djangorestframework,
|
||||
pytest-django,
|
||||
pytest-xdist,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
@ -3,8 +3,6 @@
|
||||
buildPythonPackage,
|
||||
django,
|
||||
fetchFromGitHub,
|
||||
pytest,
|
||||
pytest-django,
|
||||
pythonOlder,
|
||||
python,
|
||||
}:
|
||||
|
@ -3,8 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
django,
|
||||
pytest,
|
||||
pytest-django,
|
||||
python,
|
||||
}:
|
||||
|
||||
|
@ -4,8 +4,6 @@
|
||||
django,
|
||||
fetchFromGitHub,
|
||||
icalendar,
|
||||
pytest,
|
||||
pytest-django,
|
||||
python,
|
||||
python-dateutil,
|
||||
pythonOlder,
|
||||
|
@ -6,7 +6,6 @@
|
||||
mutf8,
|
||||
webassets,
|
||||
pytestCheckHook,
|
||||
pytest-cov,
|
||||
mock,
|
||||
}:
|
||||
|
||||
|
@ -2,16 +2,11 @@
|
||||
autoPatchelfHook,
|
||||
buildPythonPackage,
|
||||
colorama,
|
||||
coverage,
|
||||
distro,
|
||||
fetchFromGitHub,
|
||||
httpretty,
|
||||
lib,
|
||||
mock,
|
||||
packaging,
|
||||
psutil,
|
||||
pytest,
|
||||
pytest-socket,
|
||||
python-dateutil,
|
||||
pyyaml,
|
||||
requests,
|
||||
@ -20,10 +15,7 @@
|
||||
stdenv,
|
||||
setuptools,
|
||||
stevedore,
|
||||
tomlkit,
|
||||
tox,
|
||||
tqdm,
|
||||
typeguard,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -8,7 +8,6 @@
|
||||
pythonOlder,
|
||||
requests,
|
||||
setuptools,
|
||||
urllib3,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
python,
|
||||
isPy3k,
|
||||
unittestCheckHook,
|
||||
}:
|
||||
|
@ -4,7 +4,6 @@
|
||||
pythonOlder,
|
||||
fetchPypi,
|
||||
flit-core,
|
||||
configparser,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
|
@ -3,10 +3,8 @@
|
||||
apptools,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
ipython,
|
||||
pyface,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
traits,
|
||||
|
@ -11,7 +11,6 @@
|
||||
markupsafe,
|
||||
pydantic,
|
||||
pytestCheckHook,
|
||||
pythonImportsCheckHook,
|
||||
pyyaml,
|
||||
rich,
|
||||
setuptools,
|
||||
|
@ -3,7 +3,6 @@
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
pytestCheckHook,
|
||||
pythonImportsCheckHook,
|
||||
lib,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
isPy3k,
|
||||
numpy,
|
||||
six,
|
||||
withTreeVisualization ? false,
|
||||
|
@ -3,7 +3,6 @@
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonAtLeast,
|
||||
|
||||
# build-system
|
||||
hatch-vcs,
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
cython,
|
||||
fetchFromGitHub,
|
||||
pip,
|
||||
pytestCheckHook,
|
||||
@ -9,7 +8,6 @@
|
||||
setuptools-scm,
|
||||
setuptools,
|
||||
tomli,
|
||||
wheel,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
python,
|
||||
isPyPy,
|
||||
six,
|
||||
filetype,
|
||||
|
@ -6,7 +6,6 @@
|
||||
jsonpath-ng,
|
||||
lupa,
|
||||
poetry-core,
|
||||
pybloom-live,
|
||||
pyprobables,
|
||||
pytest-asyncio,
|
||||
pytest-mock,
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
numpy,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
fastprogress,
|
||||
fastcore,
|
||||
fastdownload,
|
||||
torch,
|
||||
torchvision,
|
||||
matplotlib,
|
||||
pillow,
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
isPy3k,
|
||||
fetchPypi,
|
||||
fixtures,
|
||||
jsonpatch,
|
||||
@ -12,7 +11,6 @@
|
||||
requests,
|
||||
requests-mock,
|
||||
six,
|
||||
sphinx,
|
||||
testtools,
|
||||
}:
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
astor,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
git,
|
||||
hatch-vcs,
|
||||
hatchling,
|
||||
interface-meta,
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, pkg-config, fetchPypi, buildPythonPackage }:
|
||||
{ lib, fetchPypi, buildPythonPackage }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "freertos-gdb";
|
||||
|
@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
python,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
six,
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
python,
|
||||
fetchFromGitHub,
|
||||
sdcc,
|
||||
libusb1,
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
boto,
|
||||
buildPythonPackage,
|
||||
fasteners,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
google-reauth,
|
||||
|
@ -8,7 +8,6 @@
|
||||
numpy,
|
||||
scipy,
|
||||
smart-open,
|
||||
testfixtures,
|
||||
pyemd,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
|
@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
setuptools,
|
||||
pytest,
|
||||
click,
|
||||
numpy,
|
||||
scipy,
|
||||
|
@ -4,7 +4,6 @@
|
||||
fetchPypi,
|
||||
gevent,
|
||||
gevent-websocket,
|
||||
mock,
|
||||
versiontools,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
@ -6,11 +6,9 @@
|
||||
dpkt,
|
||||
fetchFromGitHub,
|
||||
gevent,
|
||||
llhttp,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
six,
|
||||
stdenv,
|
||||
urllib3,
|
||||
}:
|
||||
|
@ -8,7 +8,6 @@
|
||||
gitMinimal,
|
||||
pygit2,
|
||||
pytestCheckHook,
|
||||
python,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
substituteAll,
|
||||
|
@ -6,7 +6,6 @@
|
||||
gitdb,
|
||||
pkgs,
|
||||
pythonOlder,
|
||||
substituteAll,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
httpx,
|
||||
huggingface-hub,
|
||||
packaging,
|
||||
requests,
|
||||
typing-extensions,
|
||||
websockets,
|
||||
# checkInputs
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchPypi,
|
||||
django,
|
||||
colorama,
|
||||
coverage,
|
||||
unidecode,
|
||||
|
@ -13,7 +13,6 @@
|
||||
scipy,
|
||||
setuptools-scm,
|
||||
setuptools,
|
||||
tomli,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -12,8 +12,6 @@
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
voluptuous,
|
||||
websocket-client,
|
||||
xmltodict,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
hatch-regex-commit,
|
||||
hatchling,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
@ -10,7 +10,6 @@
|
||||
pydicom,
|
||||
pylibjpeg,
|
||||
pylibjpeg-libjpeg,
|
||||
pylibjpeg-openjpeg,
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -6,7 +6,6 @@
|
||||
unittestCheckHook,
|
||||
pexpect,
|
||||
naked,
|
||||
nix-update-script,
|
||||
setuptools,
|
||||
wheel,
|
||||
}:
|
||||
|
@ -5,7 +5,6 @@
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
pandoc,
|
||||
pythonOlder,
|
||||
# BuildInputs
|
||||
charset-normalizer,
|
||||
defusedxml,
|
||||
@ -16,7 +15,6 @@
|
||||
setuptools,
|
||||
rich,
|
||||
pysocks,
|
||||
# CheckInputs
|
||||
pip,
|
||||
pytest-httpbin,
|
||||
pytest-lazy-fixture,
|
||||
|
@ -4,7 +4,6 @@
|
||||
buildPythonPackage,
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
isPy27,
|
||||
mock,
|
||||
pyparsing,
|
||||
pytest-forked,
|
||||
|
@ -4,7 +4,6 @@
|
||||
fetchPypi,
|
||||
sure,
|
||||
six,
|
||||
pytest,
|
||||
freezegun,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
async-timeout,
|
||||
buildPythonPackage,
|
||||
curio,
|
||||
fetchFromGitHub,
|
||||
flask,
|
||||
httpcore,
|
||||
@ -14,7 +13,6 @@
|
||||
python-socks,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
sniffio,
|
||||
starlette,
|
||||
tiny-proxy,
|
||||
trio,
|
||||
|
@ -6,7 +6,6 @@
|
||||
fetchpatch,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pythonAtLeast,
|
||||
poetry-core,
|
||||
pytest-aiohttp,
|
||||
pytest-asyncio,
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
python,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pillow,
|
||||
|
@ -12,7 +12,6 @@
|
||||
scipy,
|
||||
tensorflow,
|
||||
threadpoolctl,
|
||||
pytest-xdist,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fetchpatch,
|
||||
pytestCheckHook,
|
||||
astunparse,
|
||||
setuptools,
|
||||
|
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
substituteAll,
|
||||
fetchPypi,
|
||||
hatch-vcs,
|
||||
hatchling,
|
||||
}:
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
python3,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
argcomplete,
|
||||
attrs,
|
||||
buildPythonPackage,
|
||||
docstring-parser,
|
||||
fetchFromGitHub,
|
||||
@ -9,14 +8,12 @@
|
||||
jsonnet,
|
||||
jsonschema,
|
||||
omegaconf,
|
||||
pydantic,
|
||||
pytest-subtests,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
reconplogger,
|
||||
requests,
|
||||
responses,
|
||||
ruyaml,
|
||||
setuptools,
|
||||
types-pyyaml,
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user