diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-11-14 19:54:25 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-11-14 19:54:25 +0100 |
commit | a9ef1b5fb62f54e32b19c7de883d2420ed5df1b2 (patch) | |
tree | dc325c64a32e493813bc47208e7b880b9fadb748 | |
parent | ae12b95f92d15b9a9f13752ff9e110fc6c7212e9 (diff) | |
download | poezio-a9ef1b5fb62f54e32b19c7de883d2420ed5df1b2.tar.gz poezio-a9ef1b5fb62f54e32b19c7de883d2420ed5df1b2.tar.bz2 poezio-a9ef1b5fb62f54e32b19c7de883d2420ed5df1b2.tar.xz poezio-a9ef1b5fb62f54e32b19c7de883d2420ed5df1b2.zip |
Update the slixmpp git URI to point to GitLab
This also changes from git:// to https:// because many networks like to
block non-standard (read non-HTTP) ports, especially in companies or
universities.
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7cf90325..51121422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cython>=0.27.3 --e git+git://git.louiz.org/slixmpp#egg=slixmpp +-e git+https://lab.louiz.org/poezio/slixmpp#egg=slixmpp aiodns==1.1.1 pycares==2.3.0 pyasn1==0.4.2 |