Skip to content

Commit e955a1d

Browse files
committed
update reqs and bump version
1 parent 5798dc7 commit e955a1d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

gitenberg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
__title__ = 'gitberg'
1313
__appname__ = 'gitberg'
14-
__version__ = '0.3.1'
14+
__version__ = '0.3.2'
1515
__copyright__ = 'Copyright 2012-2016 Seth Woodworth and the Free Ebook Foundation'
1616

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
'cryptography>=1.7.2',
5959
'pyepub',
6060
'travispy==0.3.5',
61+
'python-dateutil>=2.6.0',
62+
'pyasn1==0.4.2',
63+
'pyOpenSSL>=0.13',
64+
'certifi>=2017.4.17',
65+
'cryptography>=2.1.4',
6166
],
6267
test_suite='nose.collector',
6368
tests_require=[
@@ -72,6 +77,6 @@
7277
],
7378
keywords="books ebooks gitenberg gutenberg epub metadata",
7479
dependency_links=[
75-
"https://github.com/Gluejar/pyepub/archive/master.zip#egg=pyepub-0.3.1",
80+
"https://github.com/Gluejar/pyepub/archive/master.zip#egg=pyepub-0.3.2",
7681
],
7782
)

0 commit comments

Comments
 (0)