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 512d6cf commit fc154eaCopy full SHA for fc154ea
requirements.txt
@@ -1,2 +1,2 @@
1
PyYAML==4.2b1
2
--e git+https://github.com/HTTP-APIs/hydra-python-core#egg=hydra_python_core
+hydra-python-core
setup.py
@@ -2,7 +2,7 @@
3
setup(
4
name='hydra_openapi_parser',
5
- version='0.1',
+ version='0.2.0',
6
packages=find_packages(),
7
license='MIT',
8
description='A Parser from OpenAPI to Hydra specs',
0 commit comments