We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0531265 commit 3a30545Copy full SHA for 3a30545
setup.cfg
@@ -85,6 +85,7 @@ install_requires =
85
airflow =
86
pygithub
87
airflow-examples =
88
+ %(airflow)s
89
elyra-examples-airflow-catalog
90
gitlab =
91
python-gitlab
@@ -94,16 +95,14 @@ kfp =
94
95
pyyaml>=5.3.1,<6.0
96
typing-extensions>=3.10,<4
97
kfp-examples =
98
+ %(kfp)s
99
elyra-examples-kfp-catalog
100
kfp-tekton =
101
kfp-tekton ~=1.2.0 # See elyra-ai/elyra/pull/2034 for fix pack pinning
102
test =
103
104
- flake8>=3.5.0
- flake8-import-order>=0.18.1
105
git-python
106
- hacking
107
importlib-resources
108
pytest>=5.4.1
109
pytest-console-scripts
0 commit comments