Skip to content

Commit dd2bcd0

Browse files
committed
0.2.9
1 parent f25b514 commit dd2bcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='bbcli',
6-
version='0.2.8',
6+
version='0.2.9',
77
description='Browse BBC News like a hacker. (based on pyhackernews)',
88
long_description=open('README.md').read(),
99
long_description_content_type="text/markdown",
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
url='https://github.com/hako/bbcli',
1515
packages=['bbcli'],
16-
install_requires=['urwid', 'requests', 'arrow'],
16+
install_requires=['urwid==2.1.1', 'requests==2.24.0', 'arrow==0.15.8'],
1717
classifiers=[
1818
'Environment :: Console',
1919
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)