mirror of
https://github.com/ihabunek/toot
synced 2025-02-03 20:57:38 +01:00
Merge pull request #86 from ksunden/patch-1
MAINT: Prevent install in unsupported python
This commit is contained in:
commit
ec95ef3584
1
setup.py
1
setup.py
@ -29,6 +29,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
],
|
],
|
||||||
packages=['toot', 'toot.ui'],
|
packages=['toot', 'toot.ui'],
|
||||||
|
python_requires=">=3.3",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests>=2.13,<3.0",
|
"requests>=2.13,<3.0",
|
||||||
"beautifulsoup4>=4.5.0,<5.0",
|
"beautifulsoup4>=4.5.0,<5.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user