Add requirements.txt for dag (#16875)

This commit is contained in:
vkalintiris 2024-01-30 20:55:41 +02:00 committed by GitHub
parent 9cbf6b7ae9
commit 31f0cd1a27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -3,9 +3,9 @@
cd /usr/local
curl -L https://dl.dagger.io/dagger/install.sh | sudo sh
```
- Install Python's Dagger SDK:
- Install python requirements:
```
pip install dagger-io
pip install -r packaging/dag/requirements.txt
```
Now you can run something like this:

View File

@ -0,0 +1,3 @@
click==8.1.7
dagger-io==0.9.7
Jinja2==3.1.3