diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-08 17:05:40 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-10 18:57:02 +0200 |
commit | 6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60 (patch) | |
tree | 141c6dbf1a5bdd69b819954fcd7e7a243df11b2f /requirements.txt | |
parent | [WebUI] Allow multiple torrent uploads in Add dialog (diff) | |
download | deluge-6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60.tar.xz deluge-6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60.zip |
Update tox and CI for Python 3
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fcc1b46d3..63923565a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ setproctitle pywin32; sys.platform == 'win32' py2-ipaddress; sys.platform == 'win32' certifi; sys.platform == 'win32' -zope-interface +zope.interface |