Commit 42c2b1a4 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 5185009f
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(