Skip to content

Commit

Permalink
Add requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogappa committed Oct 4, 2024
1 parent 5b6216c commit 5d3c415
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from setuptools import find_packages, setup

setup(
name="cq_dagster_embedded",
packages=find_packages(),
install_requires=[
"dagster",
"dagster-cloud"
],
)

0 comments on commit 5d3c415

Please sign in to comment.