diff options
author | mathieui <mathieui@mathieui.net> | 2018-10-07 23:16:48 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-10-07 23:16:48 +0200 |
commit | e6fe7c9afb6ec77d395b0c79d3465dee735c912f (patch) | |
tree | 6c8c08bbe8112a9064ed79f37470c4864b607ea5 | |
parent | 1965abf99abdba6ee9882b21541dc15b5f271c8e (diff) | |
download | poezio-e6fe7c9afb6ec77d395b0c79d3465dee735c912f.tar.gz poezio-e6fe7c9afb6ec77d395b0c79d3465dee735c912f.tar.bz2 poezio-e6fe7c9afb6ec77d395b0c79d3465dee735c912f.tar.xz poezio-e6fe7c9afb6ec77d395b0c79d3465dee735c912f.zip |
Don’t pin the cython version
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 217d291f..7cf90325 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cython==0.27.3 +cython>=0.27.3 -e git+git://git.louiz.org/slixmpp#egg=slixmpp aiodns==1.1.1 pycares==2.3.0 |