Skip to content

Commit

Permalink
update reqs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eshellman committed Aug 17, 2018
1 parent 5798dc7 commit e955a1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitenberg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand All @@ -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",
],
)

0 comments on commit e955a1d

Please sign in to comment.