"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "64e60036275a5200faeade6112c62bc91e30389f"
Unverified Commit 5187b2c6 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Merge pull request #164 from Microsoft/master

Fix yaml package in setup.py (#1006)
parents 0663218b 0bb76b01
......@@ -65,7 +65,7 @@ setuptools.setup(
python_requires = '>=3.5',
install_requires = [
'schema',
'pyyaml',
'ruamel.yaml',
'psutil',
'requests',
'astor',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment