Merge pull request #86 from ksunden/patch-1

MAINT: Prevent install in unsupported python
This commit is contained in:
Ivan Habunek 2019-01-12 00:07:03 +01:00 committed by GitHub
commit ec95ef3584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setup(
'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",