Changeset View
Changeset View
Standalone View
Standalone View
python_modules/dagster/setup.py
Show First 20 Lines • Show All 96 Lines • ▼ Show 20 Lines | setup( | ||||
"grpcio-tools==1.32.0", | "grpcio-tools==1.32.0", | ||||
"isort>=4.3.21,<5", | "isort>=4.3.21,<5", | ||||
"mock==3.0.5", | "mock==3.0.5", | ||||
"protobuf==3.13.0", # without this, pip will install the most up-to-date protobuf | "protobuf==3.13.0", # without this, pip will install the most up-to-date protobuf | ||||
"pylint==2.6.0", | "pylint==2.6.0", | ||||
"pytest-cov==2.10.1", | "pytest-cov==2.10.1", | ||||
"pytest-dependency==0.5.1", | "pytest-dependency==0.5.1", | ||||
"pytest-mock==3.3.1", | "pytest-mock==3.3.1", | ||||
"pytest-rerunfailures==10.0", | |||||
"pytest-runner==5.2", | "pytest-runner==5.2", | ||||
"pytest-xdist==2.1.0", | "pytest-xdist==2.1.0", | ||||
"pytest==6.1.1", | "pytest==6.1.1", | ||||
"responses==0.10.*", | "responses==0.10.*", | ||||
"snapshottest==0.6.0", | "snapshottest==0.6.0", | ||||
"tox==3.14.2", | "tox==3.14.2", | ||||
"tox-pip-version==0.0.7", | "tox-pip-version==0.0.7", | ||||
"tqdm==4.48.0", # pylint crash 48.1+ | "tqdm==4.48.0", # pylint crash 48.1+ | ||||
Show All 11 Lines |