Skip to content

Commit bc6846c

Browse files
committed
add dagster-cloud and requirements.txt
1 parent 42f2439 commit bc6846c

File tree

3 files changed

+300
-7
lines changed

3 files changed

+300
-7
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
requires-python = ">=3.12.0"
55
dependencies = [
66
"bs4>=0.0.2",
7+
"dagster-cloud>=1.9.1",
78
"dagster-dbt>=0.25.1",
89
"dagster-duckdb>=0.25.1",
910
"dagster>=1.9.1",

requirements.txt

+167
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
agate==1.9.1
2+
alembic==1.14.0
3+
annotated-types==0.7.0
4+
anyio==4.6.2.post1
5+
appnope==0.1.4
6+
asttokens==2.4.1
7+
attrs==24.2.0
8+
babel==2.16.0
9+
backoff==2.2.1
10+
beautifulsoup4==4.12.3
11+
bs4==0.0.2
12+
certifi==2024.8.30
13+
cffi==1.17.1
14+
charset-normalizer==3.4.0
15+
click==8.1.7
16+
colorama==0.4.6
17+
coloredlogs==14.0
18+
comm==0.2.2
19+
contourpy==1.3.0
20+
croniter==3.0.4
21+
cryptography==43.0.3
22+
cycler==0.12.1
23+
daff==1.3.46
24+
dagster==1.9.1
25+
dagster-cloud==1.9.1
26+
dagster-cloud-cli==1.9.1
27+
dagster-dbt==0.25.1
28+
dagster-duckdb==0.25.1
29+
dagster-graphql==1.9.1
30+
dagster-pipes==1.9.1
31+
dagster-webserver==1.9.1
32+
dbt-adapters==1.7.0
33+
dbt-common==1.10.0
34+
dbt-core==1.8.8
35+
dbt-duckdb==1.9.0
36+
dbt-extractor==0.5.1
37+
dbt-semantic-interfaces==0.5.1
38+
debugpy==1.8.8
39+
decorator==5.1.1
40+
deepdiff==7.0.1
41+
docstring-parser==0.16
42+
duckdb==1.1.3
43+
executing==2.1.0
44+
fastjsonschema==2.20.0
45+
filelock==3.16.1
46+
fonttools==4.54.1
47+
frozendict==2.4.6
48+
fsspec==2024.10.0
49+
github3-py==4.0.1
50+
gql==3.5.0
51+
graphene==3.4.3
52+
graphql-core==3.2.5
53+
graphql-relay==3.2.0
54+
greenlet==3.1.1
55+
grpcio==1.67.1
56+
grpcio-health-checking==1.62.3
57+
h11==0.14.0
58+
html5lib==1.1
59+
httptools==0.6.4
60+
humanfriendly==10.0
61+
idna==3.10
62+
importlib-metadata==6.11.0
63+
ipykernel==6.29.5
64+
ipython==8.29.0
65+
isodate==0.6.1
66+
itables==2.2.3
67+
jedi==0.19.1
68+
jinja2==3.1.4
69+
jsonschema==4.23.0
70+
jsonschema-specifications==2024.10.1
71+
jupyter-client==8.6.3
72+
jupyter-core==5.7.2
73+
kiwisolver==1.4.7
74+
leather==0.4.0
75+
logbook==1.5.3
76+
lxml==5.3.0
77+
mako==1.3.6
78+
markdown-it-py==3.0.0
79+
markupsafe==3.0.2
80+
mashumaro==3.14
81+
matplotlib==3.9.2
82+
matplotlib-inline==0.1.7
83+
mdurl==0.1.2
84+
minimal-snowplow-tracker==0.0.2
85+
more-itertools==10.5.0
86+
msgpack==1.1.0
87+
multidict==6.1.0
88+
multitasking==0.0.11
89+
nbclient==0.10.0
90+
nbformat==5.10.4
91+
nest-asyncio==1.6.0
92+
networkx==3.4.2
93+
numpy==2.1.3
94+
ordered-set==4.1.0
95+
orjson==3.10.11
96+
packaging==24.2
97+
pandas==2.2.3
98+
parsedatetime==2.6
99+
parso==0.8.4
100+
pathspec==0.12.1
101+
peewee==3.17.7
102+
pex==2.24.1
103+
pexpect==4.9.0
104+
pillow==11.0.0
105+
platformdirs==4.3.6
106+
plotly==5.24.1
107+
prompt-toolkit==3.0.36
108+
propcache==0.2.0
109+
protobuf==4.25.5
110+
psutil==6.1.0
111+
ptyprocess==0.7.0
112+
pure-eval==0.2.3
113+
pycparser==2.22
114+
pydantic==2.9.2
115+
pydantic-core==2.23.4
116+
pygments==2.18.0
117+
pyjwt==2.9.0
118+
pyparsing==3.2.0
119+
python-dateutil==2.9.0.post0
120+
python-dotenv==1.0.1
121+
python-slugify==8.0.4
122+
pytimeparse==1.1.8
123+
pytz==2024.2
124+
pyyaml==6.0.2
125+
pyzmq==26.2.0
126+
questionary==2.0.1
127+
referencing==0.35.1
128+
requests==2.32.3
129+
requests-toolbelt==1.0.0
130+
rich==13.9.4
131+
rpds-py==0.21.0
132+
setuptools==75.3.0
133+
shellingham==1.5.4
134+
six==1.16.0
135+
sniffio==1.3.1
136+
soupsieve==2.6
137+
sqlalchemy==2.0.36
138+
sqlglot==25.29.0
139+
sqlglotrs==0.2.13
140+
sqlparse==0.5.1
141+
stack-data==0.6.3
142+
starlette==0.41.2
143+
structlog==24.4.0
144+
tabulate==0.9.0
145+
tenacity==9.0.0
146+
text-unidecode==1.3
147+
tomli==2.0.2
148+
toposort==1.10
149+
tornado==6.4.1
150+
tqdm==4.67.0
151+
traitlets==5.14.3
152+
typer==0.13.0
153+
typing-extensions==4.12.2
154+
tzdata==2024.2
155+
universal-pathlib==0.2.5
156+
uritemplate==4.1.1
157+
urllib3==2.2.3
158+
uvicorn==0.32.0
159+
uvloop==0.21.0
160+
watchdog==5.0.3
161+
watchfiles==0.24.0
162+
wcwidth==0.2.13
163+
webencodings==0.5.1
164+
websockets==14.0
165+
yarl==1.17.1
166+
yfinance==0.2.48
167+
zipp==3.21.0

0 commit comments

Comments
 (0)