Commit 60123888 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent e0dccf7e
Pipeline #4603 passed with stage
in 0 seconds
...@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f: ...@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f:
requirements = [ requirements = [
req.strip() req.strip()
for req in f.readlines() for req in f.readlines()
if not req.startswith("#") and req.__contains__("~=") if not req.startswith("#") and req.__contains__("==")
] ]
setuptools.setup( setuptools.setup(
......
Supports Markdown
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