From e955a1d814bd3662794386a9ab8c9c7ac5e27408 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 17 Aug 2018 14:07:08 -0400 Subject: [PATCH] update reqs and bump version --- gitenberg/__init__.py | 2 +- setup.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gitenberg/__init__.py b/gitenberg/__init__.py index 462fa2c..088a40b 100644 --- a/gitenberg/__init__.py +++ b/gitenberg/__init__.py @@ -11,6 +11,6 @@ __title__ = 'gitberg' __appname__ = 'gitberg' -__version__ = '0.3.1' +__version__ = '0.3.2' __copyright__ = 'Copyright 2012-2016 Seth Woodworth and the Free Ebook Foundation' diff --git a/setup.py b/setup.py index f5dc426..2d0267f 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,11 @@ 'cryptography>=1.7.2', 'pyepub', 'travispy==0.3.5', + 'python-dateutil>=2.6.0', + 'pyasn1==0.4.2', + 'pyOpenSSL>=0.13', + 'certifi>=2017.4.17', + 'cryptography>=2.1.4', ], test_suite='nose.collector', tests_require=[ @@ -72,6 +77,6 @@ ], keywords="books ebooks gitenberg gutenberg epub metadata", dependency_links=[ - "https://github.com/Gluejar/pyepub/archive/master.zip#egg=pyepub-0.3.1", + "https://github.com/Gluejar/pyepub/archive/master.zip#egg=pyepub-0.3.2", ], )