Changeset View
Changeset View
Standalone View
Standalone View
python_modules/dagster/setup.py
Show First 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | setup( | ||||
"grpcio-health-checking>=1.32.0", | "grpcio-health-checking>=1.32.0", | ||||
"packaging>=20.9", | "packaging>=20.9", | ||||
"pendulum", | "pendulum", | ||||
"protobuf>=3.13.0", # ensure version we require is >= that with which we generated the proto code (set in dev-requirements) | "protobuf>=3.13.0", # ensure version we require is >= that with which we generated the proto code (set in dev-requirements) | ||||
"python-dateutil", | "python-dateutil", | ||||
"rx>=1.6,<2", # https://github.com/dagster-io/dagster/issues/4089 | "rx>=1.6,<2", # https://github.com/dagster-io/dagster/issues/4089 | ||||
"tabulate", | "tabulate", | ||||
"tqdm", | "tqdm", | ||||
"typing_compat", | |||||
"sqlalchemy>=1.0", | "sqlalchemy>=1.0", | ||||
"toposort>=1.0", | "toposort>=1.0", | ||||
"watchdog>=0.8.3", | "watchdog>=0.8.3", | ||||
'psutil >= 1.0; platform_system=="Windows"', | 'psutil >= 1.0; platform_system=="Windows"', | ||||
# https://github.com/mhammond/pywin32/issues/1439 | # https://github.com/mhammond/pywin32/issues/1439 | ||||
'pywin32 != 226; platform_system=="Windows"', | 'pywin32 != 226; platform_system=="Windows"', | ||||
"docstring-parser==0.7.1", | "docstring-parser==0.7.1", | ||||
], | ], | ||||
Show All 36 Lines |