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

test

parent e0dccf7e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f:
    requirements = [
        req.strip()
        for req in f.readlines()
        if not req.startswith("#") and req.__contains__("~=")
        if not req.startswith("#") and req.__contains__("==")
    ]
    
setuptools.setup(