Changeset View
Changeset View
Standalone View
Standalone View
python_modules/dagster/setup.py
Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Lines | setup( | ||||
# cli | # cli | ||||
"click>=5.0", | "click>=5.0", | ||||
"coloredlogs>=6.1", | "coloredlogs>=6.1", | ||||
"PyYAML", | "PyYAML", | ||||
# core (not explicitly expressed atm) | # core (not explicitly expressed atm) | ||||
"alembic>=1.2.1", | "alembic>=1.2.1", | ||||
"croniter>=0.3.34", | "croniter>=0.3.34", | ||||
"grpcio==1.30.0", # pinned so that code generated by grpc will work | "grpcio==1.30.0", # pinned so that code generated by grpc will work | ||||
"pendulum>=2.1.2", | |||||
"protobuf==3.12.4", # pinned so that code generated by grpc will work | "protobuf==3.12.4", # pinned so that code generated by grpc will work | ||||
"pyrsistent>=0.14.8,<=0.16.0; python_version < '3'", # 0.17.0 breaks py2 support | "pyrsistent>=0.14.8,<=0.16.0; python_version < '3'", # 0.17.0 breaks py2 support | ||||
"pyrsistent>=0.14.8; python_version >='3'", | "pyrsistent>=0.14.8; python_version >='3'", | ||||
"python-dateutil", | "python-dateutil", | ||||
"requests", | "requests", | ||||
"rx<=1.6.1", # 3.0 was a breaking change. No py2 compatability as well. | "rx<=1.6.1", # 3.0 was a breaking change. No py2 compatability as well. | ||||
'futures; python_version < "3"', | 'futures; python_version < "3"', | ||||
"six", | "six", | ||||
Show All 20 Lines |