Skip to content

Commit

Permalink
Merge pull request #86 from ksunden/patch-1
Browse files Browse the repository at this point in the history
MAINT: Prevent install in unsupported python
  • Loading branch information
ihabunek committed Jan 11, 2019
2 parents 3ac8e59 + 17623fb commit ec95ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'Programming Language :: Python :: 3.6',
],
packages=['toot', 'toot.ui'],
python_requires=">=3.3",
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
Expand Down

0 comments on commit ec95ef3

Please sign in to comment.