From 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 14 Mar 2018 12:24:17 -0400 Subject: New upstream version 0.9.9 --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 67f31f5..b65fc23 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (C) 2009-2017 Damon Lynch +# Copyright (C) 2009-2018 Damon Lynch # This file is part of Rapid Photo Downloader. # @@ -23,7 +23,7 @@ # Contains portions Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, Canonical Ltd __author__ = 'Damon Lynch' -__copyright__ = "Copyright 2009-2017, Damon Lynch" +__copyright__ = "Copyright 2009-2018, Damon Lynch" import os import os.path @@ -347,7 +347,8 @@ setup( 'easygui', 'colour', 'pymediainfo', - 'sortedcontainers' + 'sortedcontainers', + 'tornado' ], extras_require={':python_version == "3.4"': ['scandir', 'typing']}, include_package_data = False, -- cgit v1.2.3