diff options
-rw-r--r-- | requirements-plugins.txt | 2 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-plugins.txt b/requirements-plugins.txt index 64d101de..c50dbf31 100644 --- a/requirements-plugins.txt +++ b/requirements-plugins.txt @@ -1,4 +1,4 @@ -git+git://github.com/afflux/pure-python-otr.git#egg=python-potr +git+https://github.com/afflux/pure-python-otr.git#egg=python-potr pyinotify python-mpd2 aiohttp diff --git a/requirements.txt b/requirements.txt index 51121422..e865ed37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cython>=0.27.3 --e git+https://lab.louiz.org/poezio/slixmpp#egg=slixmpp +-e git+https://lab.louiz.org/poezio/slixmpp.git/#egg=slixmpp aiodns==1.1.1 pycares==2.3.0 pyasn1==0.4.2 |