Update requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# I only need the azrock package
|
2 |
# the dependencies are listed in azrock pyproject.toml
|
|
|
3 |
azrock @ git+https://github.com/VianneyMI/hf_ai_agent_course_capstone.git@main
|
4 |
|
|
|
1 |
# I only need the azrock package
|
2 |
# the dependencies are listed in azrock pyproject.toml
|
3 |
+
# They should be installed automatically
|
4 |
azrock @ git+https://github.com/VianneyMI/hf_ai_agent_course_capstone.git@main
|
5 |
|