0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Add debian packaging

This commit is contained in:
Ivan Habunek
2017-08-26 15:56:41 +02:00
parent e4c3a85045
commit 0ed906268c
5 changed files with 15 additions and 2 deletions

View File

@@ -30,7 +30,11 @@ setup(
'Programming Language :: Python :: 3.6',
],
packages=['toot'],
install_requires=install_requires,
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
"future>=0.16",
],
entry_points={
'console_scripts': [
'toot=toot.console:main',