File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 = [
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 )
You can’t perform that action at this time.
0 commit comments