diff options
author | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:24:17 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:24:17 -0400 |
commit | 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 (patch) | |
tree | 51733e0d6ffb00f0f7dfe01dccd48b2a598e5153 /rapid_photo_downloader.egg-info | |
parent | 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f (diff) |
New upstream version 0.9.9upstream/0.9.9
Diffstat (limited to 'rapid_photo_downloader.egg-info')
-rw-r--r-- | rapid_photo_downloader.egg-info/PKG-INFO | 4 | ||||
-rw-r--r-- | rapid_photo_downloader.egg-info/requires.txt | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/rapid_photo_downloader.egg-info/PKG-INFO b/rapid_photo_downloader.egg-info/PKG-INFO index e67fbbe..4243871 100644 --- a/rapid_photo_downloader.egg-info/PKG-INFO +++ b/rapid_photo_downloader.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: rapid-photo-downloader -Version: 0.9.6 +Version: 0.9.9 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: http://www.damonlynch.net/rapid Author: Damon Lynch @@ -100,6 +100,7 @@ Description: Rapid Photo Downloader - Notify 0.7 - `python-gphoto2`_ 1.4.0 or newer - pyzmq_ + - tornado_ - psutil_ 3.4.2 or newer - pyxdg_ - Arrow_ @@ -215,6 +216,7 @@ Description: Rapid Photo Downloader .. _Qt: https://www.qt.io/ .. _SortedContainers: http://www.grantjenks.com/docs/sortedcontainers/ .. _Requests: http://docs.python-requests.org/ + .. _tornado: http://www.tornadoweb.org/ Keywords: photo,video,download,ingest,import,camera,phone,backup,rename,photography,photographer,transfer,copy,raw,cr2,nef,arw Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable diff --git a/rapid_photo_downloader.egg-info/requires.txt b/rapid_photo_downloader.egg-info/requires.txt index 97d93b7..845d081 100644 --- a/rapid_photo_downloader.egg-info/requires.txt +++ b/rapid_photo_downloader.egg-info/requires.txt @@ -11,6 +11,7 @@ pyxdg pyzmq rawkit sortedcontainers +tornado [:python_version == "3.4"] scandir |